Files
kotlin/idea/testData/multiModuleHighlighting/platform4/header/header.kt

23 lines
253 B
Kotlin
Vendored

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
}