Migration to expect/actual: fix multiplatform integration tests

This commit is contained in:
Mikhail Glukhikh
2017-09-15 10:44:43 +03:00
parent 27615209ed
commit 85d6a4d1af
65 changed files with 394 additions and 394 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
header class Foo {
expect class Foo {
fun f(s: String)
fun f(a: Any)
}
header fun g(s: String)
expect fun g(s: String)
header fun g(a: Any)
expect fun g(a: Any)