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