Migration to expect/actual: fix multiplatform highlighting tests
This commit is contained in:
Vendored
+2
-2
@@ -1,3 +1,3 @@
|
||||
header fun foo(): Int
|
||||
expect fun foo(): Int
|
||||
|
||||
header val bar: String
|
||||
expect val bar: String
|
||||
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
impl fun foo() = 42
|
||||
actual fun foo() = 42
|
||||
|
||||
impl val bar = "Hello"
|
||||
actual val bar = "Hello"
|
||||
|
||||
Reference in New Issue
Block a user