[NI] Fix testdata of inference lambdas with SAM conversions

Tetdata was broken in 3e147af3c0
#KT-27565 related
This commit is contained in:
Dmitriy Novozhilov
2019-03-13 11:43:16 +03:00
parent 3585792b3b
commit 0ba163d70b
3 changed files with 4 additions and 4 deletions
@@ -20,6 +20,6 @@ class Foo {
// FILE: 1.kt
fun test() {
Foo().<!NI;OVERLOAD_RESOLUTION_AMBIGUITY!>foo<!> {} <!NI;DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>checkType<!> { <!NI;UNRESOLVED_REFERENCE!>_<!><Int>() }
Foo().foo {} checkType { _<Int>() }
Foo().bar {} checkType { _<String>() }
}