FIR IDE: More strictly navigate to parent KtDotQualifiedExpression

This commit is contained in:
Roman Golyshev
2020-12-29 13:18:30 +03:00
committed by Space
parent e265a78a33
commit d88fd5bd73
4 changed files with 21 additions and 3 deletions
@@ -0,0 +1,4 @@
// FIR_COMPARISON
fun usage(c: Any) {
<selection>c.toString()</selection>
}
@@ -0,0 +1,4 @@
// FIR_COMPARISON
fun usage(c: Any) {
c.toString()
}