Safe delete: when invoking on actual, delete expect & actual neighbors
So #KT-15666 Fixed
This commit is contained in:
-2
@@ -1,5 +1,3 @@
|
||||
package test
|
||||
|
||||
expect val foo: Int
|
||||
|
||||
fun test() = foo
|
||||
-2
@@ -1,5 +1,3 @@
|
||||
package test
|
||||
|
||||
actual val foo get() = 2
|
||||
|
||||
fun test() = foo
|
||||
Reference in New Issue
Block a user