Migration to expect/actual: fix multiplatform highlighting tests
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
||||
header fun foo(arg: Int): Int
|
||||
expect fun foo(arg: Int): Int
|
||||
|
||||
<error>header fun foo(): Int</error>
|
||||
<error>expect fun foo(): Int</error>
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
impl fun foo(arg: Int) = arg
|
||||
actual fun foo(arg: Int) = arg
|
||||
Reference in New Issue
Block a user