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