summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/errors/assignment_in_var.gd
blob: 126a3227ea9593272d21b6a99237a46cf4e2caa0 (plain)
1
2
func test():
	var hello = "world" = "test"