blob: 4afa1ea3be32b153f8280fac2c285b42026beda0 [file] [log] [blame]
fun foo() {
if (longCond1 &&
longCond2
) {
}
}