Skip to content

Commit e77514a

Browse files
Add failing test.
1 parent bf6d164 commit e77514a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/// <reference path="./fourslash.ts" />
2+
3+
////interface Foo {}
4+
////type Bar = {};
5+
////
6+
////let x: Foo<"/*1*/">;
7+
////let y: Bar<"/*2*/">;
8+
9+
verify.completions({ marker: test.markers() });
10+
11+

0 commit comments

Comments
 (0)