Files
kotlin/compiler/testData/codegen/light-analysis/callableReference/function/genericCallableReferenceArguments.txt
Mikhail Zarechenskiy 2cac6a9e7d Improve inference on generics for callable references
#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
2017-01-24 02:15:26 +03:00

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
}