Imagine I add the following function: ``` fun Inne...
# language-proposals
o
Imagine I add the following function:
Copy code
fun Inner.inner(name: String, body: Inner.() -> Unit): Unit = TODO()
Now, the inner inner function call, is it a problem because name is missing, or because inner is not allowed in a nested scope?