4 lines
68 B
Kotlin
Vendored
4 lines
68 B
Kotlin
Vendored
abstract class Owner<T> {
|
|
fun <R> <caret>f(t: T, r: R): R = r
|
|
}
|