mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
17 lines
452 B
Plaintext
Vendored
17 lines
452 B
Plaintext
Vendored
public final class DelegationJavaKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
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
|
|
}
|
|
|
|
|
|
public final class TestRunnable {
|
|
public method <init>(): void
|
|
public method run(): void
|
|
}
|