PSI Pattern Matching: Prefer strongly matched children over weakly matched parents
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// SIBLING:
|
||||
fun main(args: Array<String>) {
|
||||
val x = 1 + 1
|
||||
val y = <selection>1 + 1</selection>
|
||||
}
|
||||
Reference in New Issue
Block a user