TypeScript/tests/cases/fourslash/getEmitOutputWithSemanticErrors.ts

9 lines
219 B
TypeScript
Raw Normal View History

2014-09-03 20:35:21 +02:00
/// <reference path="fourslash.ts" />
2014-09-10 02:43:10 +02:00
// @BaselineFile: getEmitOutputWithSemanticErrors.baseline
2014-09-10 02:43:10 +02:00
// @Filename: inputFile.ts
// @emitThisFile: true
2014-09-03 20:35:21 +02:00
//// var x:number = "hello world";
2014-09-10 02:43:10 +02:00
verify.baselineGetEmitOutput();