fa4dc26814
Interfaces also have 'thisReceiver'
4 lines
56 B
Kotlin
Vendored
4 lines
56 B
Kotlin
Vendored
interface IFoo {
|
|
fun foo()
|
|
fun bar() { foo() }
|
|
} |