Skip to content

Commit 2ef73db

Browse files
author
Yui T
committed
Add tests
1 parent 5f3c762 commit 2ef73db

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/// <reference path="fourslash.ts"/>
2+
3+
//// var x = class /*0*/C {}
4+
//// class /*1*/C {}
5+
//// class /*2*/D extends class /*3*/B{} { }
6+
var c = classification;
7+
verify.semanticClassificationsAre(
8+
c.className("C", test.marker("0").position),
9+
c.className("C", test.marker("1").position),
10+
c.className("D", test.marker("2").position),
11+
c.className("B", test.marker("3").position)
12+
);

0 commit comments

Comments
 (0)