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