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