Files
kotlin-fork/idea/testData/multiModuleHighlighting/platformPartiallyImplemented/header/header.kt
T
2017-01-11 18:37:38 +03:00

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
}