[AA] Flatten composite scopes when building scope context for position

^KTIJ-25048 Fixed
This commit is contained in:
aleksandrina-streltsova
2023-03-23 12:50:22 +02:00
committed by Space Team
parent 1c72ce173f
commit b23dbd359f
8 changed files with 50 additions and 1 deletions
@@ -0,0 +1,10 @@
enum class E {
/**
* [A<caret>A]
*/
AA, BB;
companion object {
fun f() {}
}
}