blob: e108cd23d4f4ddb8f15e4724b54d483f81e95ec8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
func test():
var __ = {
"multiline": "dictionary","should": "work",
"even with": "a trailing comma",
}
__ = {
this_also_applies = "to the",
lua_style_syntax = null, foo = null,
}
|