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

13 lines
412 B
Plaintext
Vendored

@kotlin.Metadata
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
}
@kotlin.Metadata
public final class PrivatePropertyInConstructorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}