Skip to content

Commit 48c3bc8

Browse files
author
Yui T
committed
Add test file
1 parent b90c5f2 commit 48c3bc8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/// <reference path="fourslash.ts" />
2+
3+
// @BaselineFile: getEmitOutputWithDeclarationFile.baseline
4+
5+
// @Filename: decl.d.ts
6+
// @emitThisFile: true
7+
//// declare x: string;
8+
//// declare class Bar {
9+
//// x : string;
10+
//// y : number
11+
//// }
12+
13+
// @Filename: inputFile2.ts
14+
// @emitThisFile: true
15+
//// var x1: string = "hello world";
16+
//// class Foo{
17+
//// x : string;
18+
//// y : number;
19+
//// }
20+
21+
debugger;
22+
verify.baselineGetEmitOutput();

0 commit comments

Comments
 (0)