Intention to convert a member to an extension
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
abstract class Owner<T> {
|
||||
}
|
||||
|
||||
fun <T, R> Owner<T>.f(t: T, r: R): R = t
|
||||
Reference in New Issue
Block a user