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,19 +1,19 @@
header class O1 {
expect class O1 {
class N1
interface N2
object N3
}
header class O2 {
expect class O2 {
class N2
inner class I2
}
header class O3 {
expect class O3 {
object Companion
companion object Factory
}
header class O4 {
expect class O4 {
companion object
}