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

9 lines
252 B
Plaintext
Vendored

public interface C {
public abstract @org.jetbrains.annotations.NotNull method getA(): java.lang.Object
}
public final class LambdaInObjectExpressionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}