Migration to expect/actual: change diagnostics rendering

This commit is contained in:
Mikhail Glukhikh
2017-09-15 15:51:26 +03:00
committed by Stanislav Erokhin
parent 7982f3489e
commit a18e9436a1
23 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// "Implement members" "true"
// WITH_RUNTIME
// ERROR: 'header' interface 'InterfaceWithFuns' has no implementation in module light_idea_test_case for JVM
// ERROR: Expected interface 'InterfaceWithFuns' has no actual in module light_idea_test_case for JVM
expect interface InterfaceWithFuns {
fun funInInterface()
}