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

12 lines
441 B
Plaintext
Vendored

@java.lang.annotation.Retention
public annotation class Ann {
public abstract method value(): java.lang.String
}
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
}