I actually never got that message hence my questio...
# getting-started
i
I actually never got that message hence my question
k
Copy code
inline fun foo() {
    fun bar() {
        
    }
}
Just that triggers it already.
k
He was asking about extension function though.
k
🤦‍♂️ Oh my bad.
Then yes, you can just do that. Extension funtions are exactly like other functions with an extra argument that happens to be named
this
.
i
Misunderstanding 😅. Thanks 👍