DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1 / tests / baselines / reference / newLineFlagWithLF.js
123456789
//// [newLineFlagWithLF.ts] var x=1; x=2; //// [newLineFlagWithLF.js] var x = 1; x = 2;