Files
kotlin/compiler/testData/codegen/light-analysis/objects/receiverInConstructor.txt

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
}