TypeScript/tests/baselines/reference/emitBOM.types

7 lines
161 B
Text
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/emitBOM.ts ===
// JS and d.ts output should have a BOM but not the sourcemap
var x;
2015-04-13 23:01:57 +02:00
>x : any, Symbol(x, Decl(emitBOM.ts, 2, 3))
2014-08-15 23:33:16 +02:00