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

14 lines
450 B
Plaintext
Vendored

@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Simple {
public abstract method value(): java.lang.String
}
public final class SimpleValAnnotationKt {
private final static field foo: int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private synthetic deprecated static @Simple method foo$annotations(): void
public final static method getFoo(): int
}