Migration to expect/actual: fix multiplatform highlighting tests

This commit is contained in:
Mikhail Glukhikh
2017-09-15 10:51:27 +03:00
parent 85d6a4d1af
commit 32cc619f15
18 changed files with 54 additions and 54 deletions
@@ -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 @@
impl fun foo(arg: Int) = arg
actual fun foo(arg: Int) = arg