Skip to content

Commit 6f1c307

Browse files
committed
Add test to shims
1 parent e9f76d0 commit 6f1c307

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/// <reference path='fourslash.ts' />
2+
3+
// @Filename: goToTypeDefinition_Definition.ts
4+
/////*definition*/class C {
5+
//// p;
6+
////}
7+
////var c: C;
8+
9+
// @Filename: goToTypeDefinition_Consumption.ts
10+
/////*reference*/c = undefined;
11+
12+
goTo.marker('reference');
13+
goTo.type();
14+
verify.caretAtMarker('definition');

0 commit comments

Comments
 (0)