Migration: header->expect & impl->actual in IDEA test data

This commit is contained in:
Mikhail Glukhikh
2017-09-15 12:04:30 +03:00
parent 32cc619f15
commit 6e41bbc2a7
430 changed files with 663 additions and 663 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// "Implement members" "true"
// WITH_RUNTIME
// ERROR: 'header' interface 'InterfaceWithFuns' has no implementation in module light_idea_test_case for JVM
header interface InterfaceWithFuns {
expect interface InterfaceWithFuns {
fun funInInterface()
}
+1 -1
View File
@@ -1,7 +1,7 @@
// "Implement members" "true"
// WITH_RUNTIME
// ERROR: 'header' interface 'InterfaceWithFuns' has no implementation in module light_idea_test_case for JVM
header interface InterfaceWithFuns {
expect interface InterfaceWithFuns {
fun funInInterface()
}