Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/annotations/incompatibleWithUnresolvedAttribute.java
T

3 lines
93 B
Java

class Foo<T> {
@<error descr="Annotation type expected">T</error>(value =2) void foo() {}
}