naiveproxy/tools/gn/format_test_data/025.golden
2018-08-11 05:35:24 +00:00

10 lines
197 B
Plaintext

# Various parenthesis maintenance/trimming.
if (a.b && c[d] + (x < 4 || z + b)) {
y = z - (y - (x - !(b - d)))
a += [
"a",
"b",
"c",
] - ([ "x" ] - [ "y" ])
}