mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
21 lines
765 B
Plaintext
Vendored
21 lines
765 B
Plaintext
Vendored
public final class test/Test {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method getX(): int
|
|
public final static method getY(): int
|
|
public synthetic static method getZ$default(p0: int, p1: int, p2: java.lang.Object): int
|
|
public final static method getZ(p0: int): int
|
|
}
|
|
|
|
|
|
synthetic final class test/Test__Test1Kt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method getX(): int
|
|
}
|
|
|
|
|
|
synthetic final class test/Test__Test2Kt {
|
|
public final static method getY(): int
|
|
public synthetic static method getZ$default(p0: int, p1: int, p2: java.lang.Object): int
|
|
public final static method getZ(p0: int): int
|
|
}
|