Files
babel/test/fixtures/generation/auto-indentation/soft-tab-4/expected.js
2015-01-21 23:33:57 +11:00

7 lines
66 B
JavaScript

function foo() {
bar();
if (foo) {
bar();
}
}