23 lines
253 B
Kotlin
Vendored
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
|
|
|
|
} |