Update test affected by SafeCallsAreAlwaysNullable feature

This commit is contained in:
Mikhael Bogdanov
2021-06-30 15:45:45 +02:00
parent c8094f7439
commit c9c82ab3a6
14 changed files with 43 additions and 7 deletions
@@ -0,0 +1,7 @@
// FIR_IDENTICAL
// http://youtrack.jetbrains.net/issue/KT-418
fun ff() {
val i: Int = 1
val a: Int? = i<!UNNECESSARY_SAFE_CALL!>?.<!>plus(2)
}