Files
kotlin/compiler/testData/codegen/light-analysis/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.txt

14 lines
653 B
Plaintext
Vendored

public final class CallableReferencesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method checkEquals(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KCallable, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KCallable): void
public final static method checkToString(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KCallable, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
public final class M {
private final field bar: int
public method <init>(): void
public final method foo(): void
public final method getBar(): int
}