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 @@
impl fun Int.plus(s: CharSequence): Int = 0
actual fun Int.plus(s: CharSequence): Int = 0
impl fun Double.times(x: CharArray) {}
actual fun Double.times(x: CharArray) {}
impl fun f1() {}
actual fun f1() {}
impl fun f2() {}
actual fun f2() {}
impl fun f3() {}
actual fun f3() {}