mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
27 lines
602 B
Plaintext
Vendored
27 lines
602 B
Plaintext
Vendored
public class A {
|
|
private final field s: int
|
|
public method <init>(p0: int): void
|
|
public method foo(): int
|
|
public final method getS(): int
|
|
}
|
|
|
|
|
|
public final class NestedObjectWithSuperclassKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Outer {
|
|
public final static field INSTANCE: Outer
|
|
inner class Outer/O
|
|
private method <init>(): void
|
|
}
|
|
|
|
|
|
public final class Outer/O {
|
|
public final static field INSTANCE: Outer.O
|
|
inner class Outer/O
|
|
private method <init>(): void
|
|
public method foo(): int
|
|
}
|