git-subtree-dir: engine git-subtree-mainline:b74841629egit-subtree-split:a8e37fc010
7 lines
121 B
GDScript
7 lines
121 B
GDScript
func test():
|
|
var __ = [
|
|
"this",
|
|
"is", "a","multiline",
|
|
|
|
"array", "with mixed indentation and trailing comma",
|
|
]
|