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

6 lines
304 B
Plaintext
Vendored

public final class FieldSimpleKt {
private final static @org.jetbrains.annotations.NotNull field x: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getX(): java.lang.String
}