Files
kotlin-fork/compiler/testData/codegen/light-analysis/reflection/annotations/propertyWithoutBackingField.txt
T

13 lines
474 B
Plaintext
Vendored

@java.lang.annotation.Retention
@kotlin.Metadata
public annotation class Ann {
public abstract method value(): java.lang.String
}
@kotlin.Metadata
public final class PropertyWithoutBackingFieldKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getProperty(): java.lang.String
private synthetic deprecated static @Ann method property$annotations(): void
}