Adding a function like this makes it compiler erro...
# language-proposals
o
Adding a function like this makes it compiler error
Copy code
@Deprecated("Invalid nesting", level = DeprecationLevel.ERROR)
fun Inner.inner(body: Inner.() -> Unit): Unit = TODO()