Smaller availability range for RemoveBracesIntention + refactored it and AddBracesIntention
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
fun foo() {
|
||||
<caret>if (true) {
|
||||
if (true) <caret>{
|
||||
//comment
|
||||
doSomething("test")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user