summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/errors/double_dictionary_comma.gd
blob: 816783f2395150cc86c754fb2dad11f25d1adb8a (plain)
1
2
func test():
	var dictionary = { hello = "world",, }