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