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