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

12 lines
379 B
Plaintext
Vendored

public final class A {
private final field x: java.lang.String
private field y: double
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: double): void
public final method foo(): void
}
public final class PrivatePropertyInConstructorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}