Is it possible to assign extension function: ``` f...
# announcements
m
Is it possible to assign extension function:
Copy code
fun MyType.function() { ... }
to variable of type:
Copy code
val myFunc: MyType.() -> Unit