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