mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
#KT-10711 Fixed #KT-12802 Fixed #KT-12964 Fixed #KT-15439 Fixed Analyze callable references in `dependent` mode, then complete them with respect to expected types
9 lines
640 B
Plaintext
Vendored
9 lines
640 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class GenericCallableReferenceArgumentsKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
private final static method check(p0: java.lang.Object, p1: java.lang.Object, p2: kotlin.jvm.functions.Function1, p3: java.lang.String, p4: java.lang.String): void
|
|
private final static method check(p0: kotlin.jvm.functions.Function1, p1: kotlin.jvm.functions.Function1, p2: java.lang.String, p3: java.lang.String): void
|
|
public final static method foo(p0: java.lang.Object): java.lang.Object
|
|
public final static method fooReturnInt(p0: java.lang.Object): int
|
|
}
|