35 lines
992 B
Plaintext
Vendored
35 lines
992 B
Plaintext
Vendored
public class Outer {
|
|
private final field f: boolean
|
|
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
|
inner class Outer/Another
|
|
inner class Outer/Inner
|
|
inner class Outer/Other
|
|
private method <init>(p0: java.lang.String, p1: boolean): void
|
|
synthetic method <init>(p0: java.lang.String, p1: boolean, p2: int, p3: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
public final method getF(): boolean
|
|
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
|
|
}
|
|
|
|
|
|
public final static class Outer/Another {
|
|
inner class Outer/Another
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final static class Outer/Inner {
|
|
inner class Outer/Inner
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final static class Outer/Other {
|
|
inner class Outer/Other
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class WithArgumentsKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|