Improve JetNameValidatorImpl performance
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
val a = 1
|
||||
// NEXT_SIBLING
|
||||
if (<selection>a > 0</selection>) {
|
||||
fun b(): Int { return 0 }
|
||||
println(b())
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user