Migration: header->expect & impl->actual in IDEA test data
This commit is contained in:
idea/testData/refactoring/safeDeleteMultiModule/byHeaderClassMemberVal/after/Common/src/test/test.kt
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
header class Foo {
|
||||
expect class Foo {
|
||||
}
|
||||
|
||||
fun test(f: Foo) = f.foo
|
||||
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
impl class Foo {
|
||||
actual class Foo {
|
||||
val foo get() = 1
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
impl class Foo {
|
||||
actual class Foo {
|
||||
val foo get() = 2
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user