DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / parser / features / multiline_arrays.gd
1234567
func test(): var __ = [ "this", "is", "a","multiline", "array", "with mixed indentation and trailing comma", ]