Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/regressions/kt32862_none.txt
T
Pavel Kirpichenkov 138d558f6a Fix compiler exception during resolution of ambiguous callable references
Function return type can't and should not be used during overload resolution of callable references.
Since it can be DeferredType, its substitution in CS caused exception.
2019-10-22 13:20:27 +03:00

7 lines
212 B
Plaintext
Vendored

package
public fun bar(/*0*/ f: (kotlin.Boolean) -> kotlin.Unit): kotlin.Unit
public fun foo(/*0*/ i: kotlin.Long): kotlin.Unit
public fun foo(/*0*/ s: kotlin.String): kotlin.Unit
public fun test(): kotlin.Unit