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