swc/ecmascript/codegen/tests/references/79a4d1fdd55febec.js

11 lines
296 B
JavaScript
Raw Normal View History

var a = !b && (!// should not touch this one
(!c || // should not touch this one
(!c || d) && (!// should not touch this one
(!c || d) &&
(!e || // should not touch this one
(!c || d) &&
(!e || f) && // should not touch this one
(!c || d) &&
(!e || f) &&
g();