Files
kotlin-fork/idea/testData/joinLines/nestedIfs/ComplexCondition1.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
53 B
Plaintext
Vendored

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