Minor: multi-platform highlighting tests rename

This commit is contained in:
Mikhail Glukhikh
2017-01-10 13:24:41 +03:00
parent 892e36412d
commit 76ee6d7712
12 changed files with 5 additions and 5 deletions
@@ -0,0 +1,3 @@
header class <error descr="[HEADER_WITHOUT_IMPLEMENTATION] Header declaration 'My' has no implementation in module for JVM">My</error> {
}
@@ -0,0 +1,15 @@
<error descr="[IMPLEMENTATION_WITHOUT_HEADER] Modifier 'impl' is only applicable to members that are initially declared in platform-independent code">impl</error> class Your {
}
header class <error descr="[HEADER_WITHOUT_IMPLEMENTATION] Header declaration 'His' has no implementation in module for JVM">His</error> {
}
header class Their {
}
impl class Their {
}