KT-12284 "Add braces to else" has too wide range
#KT-12284 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(p: Int) {
|
||||
if (p == 1) {
|
||||
|
||||
}
|
||||
else if (p == 2) {
|
||||
bar()<caret>
|
||||
}
|
||||
}
|
||||
|
||||
fun bar(){}
|
||||
Reference in New Issue
Block a user