Join Slack
Powered by
Imagine I add the following function: ``` fun Inne...
# language-proposals
o
orangy
03/28/2016, 4:58 PM
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?
Open in Slack
Previous
Next