TypeScript/tests/cases/fourslash/getEmitOutputWithDeclarationFile.ts

17 lines
379 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts" />
// @BaselineFile: getEmitOutputWithDeclarationFile.baseline
// @Filename: decl.d.ts
// @emitThisFile: true
//// interface I { a: string; }
// @Filename: inputFile2.ts
// @emitThisFile: true
//// var x1: string = "hello world";
//// class Foo{
//// x : string;
//// y : number;
//// }
2014-10-08 23:43:46 +02:00
verify.baselineGetEmitOutput();