naiveproxy/tools/gn/format_test_data/025.gn
2018-01-28 13:32:06 -05:00

6 lines
162 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"])
}