Split if intention preserves comments
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
fun foo(p: Int) {
|
||||
<caret>if (p < 0 /* p < 0 */ || p > 100 /* too much */) {
|
||||
doSomething("test")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user