Fix regular quick-fix test with multi-platforms required

This commit is contained in:
Mikhail Glukhikh
2017-09-19 14:01:31 +03:00
committed by Mikhail Glukhikh
parent ef6a00f477
commit bf739198aa
3 changed files with 11 additions and 3 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
// "Implement members" "true"
// WITH_RUNTIME
// ENABLE_MULTIPLATFORM
// ERROR: Expected interface 'InterfaceWithFuns' has no actual in module light_idea_test_case for JVM
fun TODO(s: String): Nothing = null!!
expect interface InterfaceWithFuns {
fun funInInterface()
}