Migration to expect/actual: fix multiplatform highlighting tests

This commit is contained in:
Mikhail Glukhikh
2017-09-15 10:51:27 +03:00
parent 85d6a4d1af
commit 32cc619f15
18 changed files with 54 additions and 54 deletions
@@ -1,7 +1,7 @@
// See KT-15601
@Suppress("HEADER_WITHOUT_IMPLEMENTATION")
header interface Event
expect interface Event
@Suppress("SOMETHING_WRONG")
header class <error descr="[HEADER_WITHOUT_IMPLEMENTATION] 'header' class 'Wrong' has no implementation in module jvm for JVM">Wrong</error>
expect class <error descr="[HEADER_WITHOUT_IMPLEMENTATION] 'header' class 'Wrong' has no implementation in module jvm for JVM">Wrong</error>