Files
kotlin/compiler/testData/codegen/light-analysis/annotations/annotatedObjectLiteral.txt

15 lines
312 B
Plaintext
Vendored

@java.lang.annotation.Retention
public annotation class Ann {
public abstract method v(): java.lang.String
}
public final class AnnotatedObjectLiteralKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@Ann
public class My {
public method <init>(): void
}