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

16 lines
536 B
Plaintext
Vendored

@java.lang.annotation.Retention
public annotation class Get
public final class PropertyAccessorsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @Get @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
public final static @Set method setFoo(@SetParam @org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@java.lang.annotation.Retention
public annotation class Set
@java.lang.annotation.Retention
public annotation class SetParam