TypeScript/tests/baselines/reference/getEmitOutputWithSemanticErrors2.baseline

7 lines
166 B
Plaintext

EmitSkipped: false
FileName : tests/cases/fourslash/inputFile.js
var x = "hello world";
FileName : tests/cases/fourslash/inputFile.d.ts
declare var x: number;