Files
kotlin/compiler/testData/codegen/light-analysis/reflection/enclosing/lambdaInConstructor.txt

11 lines
358 B
Plaintext
Vendored

public final class C {
private final @org.jetbrains.annotations.NotNull field l: java.lang.Object
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getL(): java.lang.Object
}
public final class LambdaInConstructorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}