[NI] Don't return resulting call if return type has uninferred types

This commit is contained in:
Mikhail Zarechenskiy
2019-04-25 12:47:15 +03:00
parent db4ca059bd
commit ac0a1d984f
16 changed files with 40 additions and 26 deletions
@@ -2,7 +2,7 @@ package
public val x1: kotlin.Unit
public val x2: kotlin.Unit
public val x3: ???
public val x3: [ERROR : Type for apply(true, ::foo)]
public fun </*0*/ T, /*1*/ R> apply(/*0*/ x: T, /*1*/ f: (T) -> R): R
public fun foo(/*0*/ i: kotlin.Int): kotlin.Unit
public fun foo(/*0*/ s: kotlin.String): kotlin.Unit