mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Annotation applicability highlighting reworked
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import java.util.List;
|
||||
|
||||
@<error descr="'@SafeVarargs' not applicable to type">SafeVarargs</error>
|
||||
<error descr="'@SafeVarargs' not applicable to type">@SafeVarargs</error>
|
||||
public class SafeVarargsTests {
|
||||
//fixed arity
|
||||
<error descr="@SafeVarargs is not allowed on methods with fixed arity">@SafeVarargs</error>
|
||||
|
||||
Reference in New Issue
Block a user