Files
kotlin/compiler/testData/codegen/light-analysis/properties/const/constValInAnnotationDefault.txt

16 lines
410 B
Plaintext
Vendored

@java.lang.annotation.Retention
public annotation class A {
public abstract method value(): java.lang.String
}
public final class ConstValInAnnotationDefaultKt {
public final static @org.jetbrains.annotations.NotNull field z: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@A
public final class Test {
public method <init>(): void
}