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