Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/annotations/incompatibleWithUnresolvedAttribute.java
Aleksey Rostovskiy 185284cee6 get rid of intellij.build.toolbox.litegen parameter and use BuildOptions.TOOLBOX_LITE_GEN_STEP to skip it instead
GitOrigin-RevId: 9aac8ee4ed1ebf2a29de18a238825fafb1ab88f9
2019-05-27 15:08:08 +03:00

3 lines
93 B
Java

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