Split if intention preserves comments
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
fun foo() {
|
||||
val a = true
|
||||
val b = false
|
||||
val c = true
|
||||
if (a /*a*/ && b /*b*/ &<caret>& c /*c*/) {
|
||||
doSomething("test")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user