difftastic/vendored_parsers/tree-sitter-hack/test/cases/statements/if-else.hack

8 lines
49 B
Plaintext

if (0) 1; else 0;
if (0) {
1;
} else {
0;
}