Files
kotlin-fork/compiler/testData/codegen/light-analysis/extensionFunctions/kt1061.txt
T

12 lines
429 B
Plaintext
Vendored

public final class Kt1061Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class X {
public final static field INSTANCE: X
private final static @org.jetbrains.annotations.NotNull field doit: kotlin.jvm.functions.Function1
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getDoit(): kotlin.jvm.functions.Function1
}