You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The call to foo(String) is underlined and navigation to it does not work. If you remove @CompileDynamic both syntax highlighting and navigation work fine.
The text was updated successfully, but these errors were encountered:
Yes, of course, just like any top-level enum, a nested enum may itself also contain fields and inner/nested classes. I use them regularly, although usually in Java code, as enums declared in Groovy have always been problematic...
Consider this Groovy class:
The call to
foo(String)
is underlined and navigation to it does not work. If you remove@CompileDynamic
both syntax highlighting and navigation work fine.The text was updated successfully, but these errors were encountered: