Files
kotlin/compiler/testData/codegen/light-analysis/callableReference/function/genericCallableReferencesWithOverload.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
535 B
Plaintext
Vendored

@kotlin.Metadata
public final class GenericCallableReferencesWithOverloadKt {
private final static method bar(p0: kotlin.jvm.functions.Function1, p1: java.lang.String): java.lang.Object
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): void
public final static method foo(@org.jetbrains.annotations.Nullable p0: java.lang.String): void
public final static method foo(p0: boolean): void
}