mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
parent
26647d4ecf
commit
88adb8fbb4
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");
|
||||
Loading…
x
Reference in New Issue
Block a user