Example: ``` class A { fun boo() {} ...
# announcements
m
Example:
Copy code
class A {

    fun boo() {}
    
    fun Int.foo() {
        boo()
    }
}