Files
kotlin-fork/compiler/testData/codegen/light-analysis/properties/fieldInClass.txt
T

11 lines
354 B
Plaintext
Vendored

public final class FieldInClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class My {
private final @org.jetbrains.annotations.NotNull field my: java.lang.String
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
}