5 lines
84 B
Kotlin
Vendored
5 lines
84 B
Kotlin
Vendored
class Tester : Inheritor(), First {
|
|
fun test() {
|
|
foo("abc", 456)
|
|
}
|
|
} |