FIR: Change semantics for combination of safe calls and operators
^KT-41034 Fixed
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ class A() {
|
||||
|
||||
fun case1() {
|
||||
var b: Case1? = Case1()
|
||||
<!UNSAFE_CALL!>--<!>b?.a
|
||||
--b?.a
|
||||
}
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ class A() {
|
||||
|
||||
fun case1() {
|
||||
var b: Case1? = Case1()
|
||||
<!UNSAFE_CALL!>++<!>b?.a
|
||||
++b?.a
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user