Safe delete: when invoking on expect, delete also relevant actual
Partial fix of KT-15666
This commit is contained in:
-2
@@ -1,5 +1,3 @@
|
||||
package test
|
||||
|
||||
val foo get() = 1
|
||||
|
||||
fun test() = foo
|
||||
-2
@@ -1,5 +1,3 @@
|
||||
package test
|
||||
|
||||
val foo get() = 2
|
||||
|
||||
fun test() = foo
|
||||
Reference in New Issue
Block a user