fbc3fa2b09
#KT-7212 Fixed
5 lines
76 B
Plaintext
Vendored
5 lines
76 B
Plaintext
Vendored
abstract class Owner<T> {
|
|
}
|
|
|
|
fun Owner<T>.<caret>f<T, R>(t: T, r: R): R = r
|