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

15 lines
724 B
Plaintext
Vendored

public final class A {
private @org.jetbrains.annotations.NotNull field bar: java.lang.String
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
public final method setBar(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class PropertyAccessorsKt {
private static @org.jetbrains.annotations.NotNull field foo: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
public final static method setFoo(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}