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