Files
kotlin/compiler/testData/codegen/light-analysis/reflection/constructors/annotationClass.txt
2016-12-05 20:10:32 +03:00

14 lines
339 B
Plaintext
Vendored

@java.lang.annotation.Retention
public annotation class A1
@java.lang.annotation.Retention
public annotation class A2 {
public abstract method k(): java.lang.Class
public abstract method s(): A1
}
public final class AnnotationClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}