mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
17 lines
551 B
Plaintext
Vendored
17 lines
551 B
Plaintext
Vendored
public class A {
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class B {
|
|
private final @org.jetbrains.annotations.NotNull field x: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class ImplicitReceiverInWhenKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|