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