summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/errors/assignment_without_identifier.gd
blob: 031ea523c81e3c63e38b2acaa360e8c9fee81aab (plain)
1
2
func test():
	var = "world"