Minor: multi-platform highlighting tests rename
This commit is contained in:
+23
@@ -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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user