Next issue: Is it possible to detect the "scope" o...
# intellij-plugins
e
Next issue: Is it possible to detect the "scope" of a lambda? Consider:
MyObject().apply { ... }
- how can an intention that is executed at
...
get hold of the surrounding type (MyObject)?