3 lines
43 B
Kotlin
3 lines
43 B
Kotlin
interface I
|
|
|
|
fun resolveMe(param: I) = Unit |
interface I
|
|
|
|
fun resolveMe(param: I) = Unit |