[NI] Update some testdata broken in NI

This commit is contained in:
Dmitriy Novozhilov
2019-12-19 11:29:36 +03:00
parent c311a66e5e
commit 7fed7a840b
17 changed files with 32 additions and 18 deletions
@@ -22,5 +22,5 @@ class Foo {
// FILE: 1.kt
fun test() {
Foo().foo {} checkType { _<Int>() }
Foo().bar {} checkType { <!NI;DEBUG_INFO_UNRESOLVED_WITH_TARGET, NI;UNRESOLVED_REFERENCE_WRONG_RECEIVER!>_<!><Int>() }
Foo().bar {} checkType { _<Int>() }
}
@@ -18,5 +18,5 @@ public class Foo {
// FILE: 1.kt
fun bar() {
Foo().test {} checkType { <!NI;DEBUG_INFO_UNRESOLVED_WITH_TARGET, NI;UNRESOLVED_REFERENCE_WRONG_RECEIVER!>_<!><Int>() }
Foo().test {} checkType { _<Int>() }
}