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