Consider the following: ```groovy import foo.Bar as Type class Baz { void meth(x = 'x', y = 'y', Type type) { ... } } ``` Syntax coloring, type inferencing, code select, etc. within the method body are missing.
Consider the following:
Syntax coloring, type inferencing, code select, etc. within the method body are missing.