mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
17 lines
479 B
Plaintext
Vendored
17 lines
479 B
Plaintext
Vendored
public class A {
|
|
private final @org.jetbrains.annotations.NotNull field b: B
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: B): void
|
|
public final @org.jetbrains.annotations.NotNull method a(): A
|
|
public final @org.jetbrains.annotations.NotNull method getB(): B
|
|
}
|
|
|
|
|
|
public final class B {
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class SelfcreateKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|