Skip to content

Commit b08cd8c

Browse files
author
Yui T
committed
Add fourslash testcases
1 parent 48002d4 commit b08cd8c

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/// <reference path="fourslash.ts" />
2+
3+
// @declaration: true
4+
//// interface privateInterface {}
5+
//// export class Bar implements /*1*/privateInterface/*2*/{ }
6+
7+
verify.errorExistsBetweenMarkers("1", "2");
8+
verify.numberOfErrorsInCurrentFile(1);
9+
10+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/// <reference path="fourslash.ts" />
2+
3+
//// interface privateInterface {}
4+
//// export class Bar implements /*1*/privateInterface/*2*/{ }
5+
6+
debugger
7+
verify.numberOfErrorsInCurrentFile(0);
8+
9+

0 commit comments

Comments
 (0)