Skip to content

Commit 8d6b965

Browse files
committed
Add failing test
1 parent b9a06e5 commit 8d6b965

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/// <reference path="fourslash.ts" />
2+
3+
// @target: esnext
4+
// @lib: es2015
5+
// @strict: true
6+
7+
//// class C {
8+
//// map = new Set<string, number>/*$*/
9+
////
10+
//// foo() {
11+
////
12+
//// }
13+
//// }
14+
15+
goTo.marker('$');
16+
edit.insert('()');
17+
verify.getSyntacticDiagnostics([]);

0 commit comments

Comments
 (0)