Files
openide/java/java-tests/testData/inspection/nullableProblems/AnnotatingArrayAmbiguous.java
Tagir Valeev c2af9c1d1f IDEA-224546 "Cannot annotate with both @NotNull and @NotNull" warning
GitOrigin-RevId: 28ff56adebd81918856c5a562cda051e52a33c32
2019-10-10 10:34:02 +00:00

4 lines
80 B
Java

interface Y {
@withTypeUse.Nullable Object @withTypeUse.NotNull [] arr();
}