marko/test/codegen/fixtures/if/expected.js
2017-11-22 16:46:18 -08:00

4 lines
32 B
JavaScript

if (a === 1) {
foo = "bar";
}