Skip to content

Commit b75ce4f

Browse files
author
Jason Killian
committed
Add failing test
1 parent efc573f commit b75ce4f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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+
// @Filename: file1.ts
4+
//// class ClassA implements IInterface {
5+
//// private /*1*/value: number;
6+
//// }
7+
8+
goTo.marker("1");
9+
verify.documentHighlightsAtPositionCount(1, ["file1.ts"]);

0 commit comments

Comments
 (0)