Files
kotlin/compiler/testData/loadJava/annotation/SimpleAnnotation.java

5 lines
54 B
Java

package test;
public @interface SimpleAnnotation {
}