4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
abstract class Owner<T> {
|
|
}
|
|
|
|
fun <T, R> Owner<T>.f(t: T, r: R): R = t |