[Analysis API] Allow handling scopes from KtScopeContext separately
^KT-55527
This commit is contained in:
committed by
teamcity
parent
d89d774411
commit
4b7164a557
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
enum class E {
|
||||
A {
|
||||
val x: String = ""
|
||||
fun foo() {
|
||||
<expr>e</expr>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user