multiline_dictionaries.gd 197 B

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