Remove OI/NI attributes from test data

This commit is contained in:
Denis.Zharkov
2021-05-24 12:42:39 +03:00
committed by teamcityserver
parent 2ecba6ac39
commit ddbdfafa79
441 changed files with 1005 additions and 1037 deletions
@@ -20,7 +20,7 @@ fun <T : String?> foo(x: T) {
x?.bar1()
x?.bar2()
x<!UNSAFE_CALL{NI}!>.<!><!TYPE_INFERENCE_UPPER_BOUND_VIOLATED{OI}!>bar3<!>()
x<!UNSAFE_CALL!>.<!>bar3()
x?.let { it<!UNSAFE_CALL{OI}!>.<!>length }
x?.let { it.length }
}