mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
18 lines
501 B
Plaintext
Vendored
18 lines
501 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class DelegationJavaKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class TestJava {
|
|
private synthetic final field $$delegate_0: java.lang.Runnable
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.Runnable): void
|
|
public method run(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class TestRunnable {
|
|
public method <init>(): void
|
|
public method run(): void
|
|
}
|