We should allow the static and default keywords to be used after the . dereference operator so that it makes using ExpandoMetaClass and other mechanisms less clunky
Foo.metaClass.static.bar = { "hello" }
Description
We should allow the static and default keywords to be used after the . dereference operator so that it makes using ExpandoMetaClass and other mechanisms less clunky
Foo.metaClass.static.bar = { "hello" }
We also mentioned that most other keywords if not all could be allowed after a dot.