Migration: header->expect & impl->actual in IDEA test data
This commit is contained in:
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
package test
|
||||
|
||||
header class ChildOfFoo : Foo()
|
||||
expect class ChildOfFoo : Foo()
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package test
|
||||
|
||||
open class Foo
|
||||
impl class ChildOfFoo : Foo()
|
||||
actual class ChildOfFoo : Foo()
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package test
|
||||
|
||||
open class Foo
|
||||
impl class ChildOfFoo : Foo()
|
||||
actual class ChildOfFoo : Foo()
|
||||
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
package test
|
||||
|
||||
header open class <caret>Foo
|
||||
header class ChildOfFoo : Foo()
|
||||
expect open class <caret>Foo
|
||||
expect class ChildOfFoo : Foo()
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
package test
|
||||
|
||||
impl open class Foo
|
||||
impl class ChildOfFoo : Foo()
|
||||
actual open class Foo
|
||||
actual class ChildOfFoo : Foo()
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
package test
|
||||
|
||||
impl open class Foo
|
||||
impl class ChildOfFoo : Foo()
|
||||
actual open class Foo
|
||||
actual class ChildOfFoo : Foo()
|
||||
Reference in New Issue
Block a user