FIR: Change semantics for combination of safe calls and operators

^KT-41034 Fixed
This commit is contained in:
Denis.Zharkov
2022-01-26 18:19:17 +03:00
parent 0dd5042e62
commit 772579143b
34 changed files with 811 additions and 68 deletions
@@ -15,7 +15,7 @@ class A() {
fun case1() {
var b: Case1? = Case1()
<!UNSAFE_CALL!>--<!>b?.a
--b?.a
}
@@ -15,7 +15,7 @@ class A() {
fun case1() {
var b: Case1? = Case1()
<!UNSAFE_CALL!>++<!>b?.a
++b?.a
}