mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
12 lines
573 B
Plaintext
Vendored
12 lines
573 B
Plaintext
Vendored
public class A {
|
|
private final @org.jetbrains.annotations.NotNull field v: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public @org.jetbrains.annotations.NotNull method getV(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class ReceiverInConstructorKt {
|
|
public final static @org.jetbrains.annotations.NotNull method a(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: java.lang.String): A
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|