mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
26 lines
687 B
Plaintext
Vendored
26 lines
687 B
Plaintext
Vendored
public final class C {
|
|
inner class C/Inner
|
|
public method <init>(): void
|
|
private final method ext(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
|
private final method f(): void
|
|
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
|
|
private final class C/Inner {
|
|
synthetic final field this$0: C
|
|
inner class C/Inner
|
|
public method <init>(p0: C): void
|
|
public final method innerFun(): void
|
|
}
|
|
|
|
|
|
public final class PrivateOuterFunctionsKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public interface Runnable {
|
|
public abstract method run(): void
|
|
}
|