Added test

This commit is contained in:
Armando Aguirre
2021-08-16 21:32:22 -07:00
parent 33829fa4a4
commit 2249d6c83e
@@ -0,0 +1,12 @@
/// <reference path="fourslash.ts" />
// Regresion test for GH#45436
// @allowNonTsExtensions: true
// @Filename: file.js
//// const abc = {};
//// ({./*1*/});
goTo.marker('1');
edit.insert('.');
verify.completions({ exact: undefined });