Add failing test

This commit is contained in:
Jason Killian
2016-01-15 15:41:57 -05:00
parent efc573f263
commit b75ce4fdea

View File

@@ -0,0 +1,9 @@
/// <reference path='fourslash.ts'/>
// @Filename: file1.ts
//// class ClassA implements IInterface {
//// private /*1*/value: number;
//// }
goTo.marker("1");
verify.documentHighlightsAtPositionCount(1, ["file1.ts"]);