virtualx-engine/modules/gdscript/tests/scripts/parser/features/multiline_arrays.gd

8 lines
121 B
GDScript3
Raw Normal View History

func test():
var __ = [
"this",
"is", "a","multiline",
"array", "with mixed indentation and trailing comma",
]