mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Added test
This commit is contained in:
@@ -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 });
|
||||
Reference in New Issue
Block a user