Skip to content

Commit 2249d6c

Browse files
committed
Added test
1 parent 33829fa commit 2249d6c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/// <reference path="fourslash.ts" />
2+
3+
// Regresion test for GH#45436
4+
5+
// @allowNonTsExtensions: true
6+
// @Filename: file.js
7+
//// const abc = {};
8+
//// ({./*1*/});
9+
10+
goTo.marker('1');
11+
edit.insert('.');
12+
verify.completions({ exact: undefined });

0 commit comments

Comments
 (0)