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

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