PSI Pattern Matching: Prefer strongly matched children over weakly matched parents

This commit is contained in:
Alexey Sedunov
2014-10-20 17:32:18 +04:00
parent 40da4bd423
commit c492ffee08
4 changed files with 33 additions and 14 deletions
@@ -0,0 +1,5 @@
// SIBLING:
fun main(args: Array<String>) {
val x = 1 + 1
val y = <selection>1 + 1</selection>
}