Files
kotlin-fork/compiler/testData/codegen/light-analysis/reflection/enclosing/anonymousObjectInInlinedLambda.txt
T

10 lines
330 B
Plaintext
Vendored

public interface A {
public abstract @org.jetbrains.annotations.NotNull method f(): java.lang.String
}
public final class AnonymousObjectInInlinedLambdaKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(): A
}