Migration: header->expect & impl->actual in IDEA test data
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
header class C(n: Int)
|
||||
expect class C(n: Int)
|
||||
|
||||
fun test() {
|
||||
C(1)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
impl class C(n: Int)
|
||||
actual class C(n: Int)
|
||||
|
||||
fun test() {
|
||||
C(1)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
impl class C(n: Int)
|
||||
actual class C(n: Int)
|
||||
|
||||
fun test() {
|
||||
C(1)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
header class C
|
||||
expect class C
|
||||
|
||||
fun test() {
|
||||
C()
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
impl class C()
|
||||
actual class C()
|
||||
|
||||
fun test() {
|
||||
C()
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
impl class <caret>C
|
||||
actual class <caret>C
|
||||
|
||||
fun test() {
|
||||
C()
|
||||
|
||||
Reference in New Issue
Block a user