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

12 lines
347 B
Plaintext
Vendored

@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Simple {
public abstract method value(): java.lang.String
}
public final class SimpleParamAnnotationKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method test(@Simple p0: int): void
}