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