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,23 @@
header class <error>My</error> {
fun foo(): Int
fun bar(arg: Int): Boolean
}
header class <error>Your</error> {
fun foo(): Int
fun bar(arg: Int): Boolean
}
header class His {
fun foo(): Int
fun bar(arg: Int): Boolean
}