Migration: header->expect & impl->actual in IDEA test data
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
header val <caret>foo: Int
|
||||
expect val <caret>foo: Int
|
||||
|
||||
fun test() = foo
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
impl val foo get() = 1
|
||||
actual val foo get() = 1
|
||||
|
||||
fun test() = foo
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
impl val foo get() = 2
|
||||
actual val foo get() = 2
|
||||
|
||||
fun test() = foo
|
||||
Reference in New Issue
Block a user