Files
kotlin/compiler/testData/codegen/light-analysis/reflection/functions/functionReferenceErasedToKFunction.txt

19 lines
600 B
Plaintext
Vendored

public final class K {
public final static field Companion: K.Companion
inner class K/Companion
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method reverse(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
public final static class K/Companion {
inner class K/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getRef(): kotlin.reflect.KFunction
}
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}