Join Slack
Powered by
You can’t just restrict resolve to most nested `th...
# getting-started
o
orangy
01/17/2016, 1:24 PM
You can’t just restrict resolve to most nested
this
, because it would break a lot of other cases. E.g. something like this
Copy code
fun Person.render() { html { div { text = name } } }
Here
name
is resolved to
Person
property, using
this
from outer scope.
3
Views
Open in Slack
Previous
Next