Fix regular quick-fix test with multi-platforms required
This commit is contained in:
committed by
Mikhail Glukhikh
parent
ef6a00f477
commit
bf739198aa
+4
-1
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user