Consider the following: ```groovy class C { void m() { @SuppressWarnings def local = 'unused' } } ``` There should be a compiler error for missing annotation attribute "value" on line 3.
Consider the following:
There should be a compiler error for missing annotation attribute "value" on line 3.