[AA] Flatten composite scopes when building scope context for position
^KTIJ-25048 Fixed
This commit is contained in:
committed by
Space Team
parent
1c72ce173f
commit
b23dbd359f
+10
@@ -0,0 +1,10 @@
|
||||
enum class E {
|
||||
/**
|
||||
* [A<caret>A]
|
||||
*/
|
||||
AA, BB;
|
||||
|
||||
companion object {
|
||||
fun f() {}
|
||||
}
|
||||
}
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
Resolved to:
|
||||
0: (in E) AA
|
||||
Reference in New Issue
Block a user