Files
kotlin-fork/idea/testData/joinLines/nestedIfs/ComplexCondition2.kt.after
T
Valentin Kipyatkov 3db51cfcd8 KT-5927 Join Lines could merge nested if's
#KT-5927 Fixed
2014-12-24 14:19:26 +03:00

4 lines
55 B
Plaintext
Vendored

fun foo() {
if (a && b && (c || d)) <caret>foo()
}