blob: b56aa0619b13aa1f277beb19a46c43aae10d750f [file] [log] [blame]
function test() {
// Leading if statement
if (cond) {print('hello') }
// Trailing if-block statement
}