mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
32 lines
941 B
Plaintext
Vendored
32 lines
941 B
Plaintext
Vendored
public interface A {
|
|
inner class A/DefaultImpls
|
|
public abstract method a(): java.lang.Object
|
|
public abstract method getProperty(): java.lang.Object
|
|
}
|
|
|
|
|
|
public final class A/DefaultImpls {
|
|
inner class A/DefaultImpls
|
|
public static method a(p0: A): java.lang.Object
|
|
}
|
|
|
|
|
|
public class B {
|
|
private final @org.jetbrains.annotations.NotNull field property: java.lang.Object
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method a(): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method getProperty(): java.lang.Object
|
|
}
|
|
|
|
|
|
public class C {
|
|
private final @org.jetbrains.annotations.NotNull field property: java.lang.Object
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method getProperty(): java.lang.Object
|
|
}
|
|
|
|
|
|
public final class GenericMethodKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|