Files
kotlin-fork/idea/testData/joinLines/nestedIfs/BlockBody.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

6 lines
59 B
Plaintext
Vendored

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