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
@@ -1,9 +1,9 @@
header infix fun Int.plus(s: CharSequence): Int
expect infix fun Int.plus(s: CharSequence): Int
header operator fun Double.times(x: CharArray)
expect operator fun Double.times(x: CharArray)
header external fun f1()
expect external fun f1()
header inline fun f2()
expect inline fun f2()
header tailrec fun f3()
expect tailrec fun f3()