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