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