mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
14 lines
653 B
Plaintext
Vendored
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
|
|
}
|