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

11 lines
415 B
Plaintext
Vendored

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