fd52cc4224
^ KTIJ-24373 when resolving selector expr of a dot qualified expression, parent qualified expression is resolved see `KtFirCallResolver.getContainingDotQualifiedExpressionForSelectorExpression`, Fir is filled with the data. Then, during final mapping from Fir -> psi, one need to perform the opposite: take `selectionExpression` to get the initial KtCallExpression
3 lines
63 B
Kotlin
Vendored
3 lines
63 B
Kotlin
Vendored
fun main() {
|
|
kotlin.collections.<expr>List<String></expr>
|
|
} |