Files
kotlin-fork/compiler/testData/codegen/light-analysis/defaultArguments/private/primaryConstructor.txt
T

22 lines
867 B
Plaintext
Vendored

public final class A {
public final static field Companion: A.Companion
inner class A/Companion
private method <init>(p0: java.lang.String): void
synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
}
public final static class A/Companion {
inner class A/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): A
}
public final class PrimaryConstructorKt {
private static @org.jetbrains.annotations.NotNull field state: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getState(): java.lang.String
public final static method setState(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}