Migration: header->expect & impl->actual in IDEA test data
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
header class /*rename*/Foo
|
||||
header class Bar
|
||||
expect class /*rename*/Foo
|
||||
expect class Bar
|
||||
|
||||
fun test() {
|
||||
val foo: Foo = Foo()
|
||||
|
||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
impl class Foo
|
||||
impl class Bar
|
||||
actual class Foo
|
||||
actual class Bar
|
||||
|
||||
fun test() {
|
||||
val foo: Foo = Foo()
|
||||
|
||||
idea/testData/refactoring/renameMultiModule/headersAndImplsByHeaderClass/before/JVM/src/test/test.kt
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
impl class Foo
|
||||
impl class Bar
|
||||
actual class Foo
|
||||
actual class Bar
|
||||
|
||||
fun test() {
|
||||
val foo: Foo = Foo()
|
||||
|
||||
Reference in New Issue
Block a user