```groovy @SuppressWarnings(V|) class C { public static final String VALUE = 'nls' } ``` Completion at '|' inserts `VALUE`, when `C.VALUE` is required due to the scope of the type annotation.
Completion at '|' inserts
VALUE, whenC.VALUEis required due to the scope of the type annotation.