FIR: Mute suspicious test relevant to safe-call and increment

See KT-46658
This commit is contained in:
Denis.Zharkov
2021-04-30 09:42:52 +03:00
committed by teamcityserver
parent c4862fb124
commit d3fc22fc6a
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: ANY
package test
class C
@@ -17,4 +18,4 @@ fun testProperty(nc: C?) {
fun testArrayAccess(nc: C?) {
nc?.p[0]++
}
}