mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
11
tests/cases/fourslash/completionListBeforeNewScope01.ts
Normal file
11
tests/cases/fourslash/completionListBeforeNewScope01.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
////p/*1*/
|
||||
////
|
||||
////function fun(param) {
|
||||
//// let party = Math.random() < 0.99;
|
||||
////}
|
||||
|
||||
goTo.marker("1");
|
||||
verify.not.completionListContains("param");
|
||||
verify.not.completionListContains("party");
|
||||
10
tests/cases/fourslash/completionListBeforeNewScope02.ts
Normal file
10
tests/cases/fourslash/completionListBeforeNewScope02.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
////a
|
||||
////
|
||||
////{
|
||||
//// let aaaaaa = 10;
|
||||
////}
|
||||
|
||||
goTo.marker("1");
|
||||
verify.not.completionListContains("aaaaa");
|
||||
Reference in New Issue
Block a user