mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
30 lines
979 B
Plaintext
Vendored
30 lines
979 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class KotlinKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Outer {
|
|
private final field x: java.lang.Object
|
|
inner class Outer/Inner
|
|
public method <init>(p0: java.lang.Object): void
|
|
public final method getX(): java.lang.Object
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Outer/Inner {
|
|
synthetic final field this$0: Outer
|
|
private final field y: java.lang.Object
|
|
inner class Outer/Inner
|
|
public method <init>(p0: Outer, p1: java.lang.Object): void
|
|
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
public final method getY(): java.lang.Object
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Test {
|
|
public final static field INSTANCE: Test
|
|
private method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: Outer.Inner): java.lang.String
|
|
}
|