Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/parser/errors/
double_dictionary_comma.gd
func test(): var dictionary = { hello = "world",, }