mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-15 15:53:36 +00:00
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
|
|
|
|
} |