Files
kotlin-fork/compiler/testData/codegen/light-analysis/privateConstructors/synthetic.txt
T

19 lines
644 B
Plaintext
Vendored

public final class PrivateConstructor {
inner class PrivateConstructor/Nested
private method <init>(): void
}
public final static class PrivateConstructor/Nested {
private final @org.jetbrains.annotations.NotNull field a: PrivateConstructor
inner class PrivateConstructor/Nested
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getA(): PrivateConstructor
}
public final class SyntheticKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check(@org.jetbrains.annotations.NotNull p0: java.lang.Class): void
}