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