Files
babel/packages/babel-generator/test/fixtures/auto-indentation/soft-tab-2/expected.js
2015-10-05 16:37:37 +01:00

7 lines
56 B
JavaScript

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