mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
29 lines
565 B
Plaintext
Vendored
29 lines
565 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 ObjectWithSuperclassAndTraitKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public interface T {
|
|
inner class T/DefaultImpls
|
|
public abstract method foo(): int
|
|
}
|
|
|
|
|
|
public final class T/DefaultImpls {
|
|
inner class T/DefaultImpls
|
|
public static method foo(p0: T): int
|
|
}
|