mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
25 lines
683 B
Plaintext
Vendored
25 lines
683 B
Plaintext
Vendored
public abstract class a/A {
|
|
inner class a/A/C
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
protected final static class a/A/C {
|
|
inner class a/A/C
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method result(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class b/B {
|
|
private final @org.jetbrains.annotations.NotNull field c: a.A.C
|
|
public method <init>(): void
|
|
protected final @org.jetbrains.annotations.NotNull method getC(): a.A.C
|
|
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class b/BKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|