mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Added test for completions at beginning of file.
This commit is contained in:
parent
ec4278972d
commit
e82ea7df0f
13
tests/cases/fourslash/completionListAtBeginningOfFile01.ts
Normal file
13
tests/cases/fourslash/completionListAtBeginningOfFile01.ts
Normal file
@ -0,0 +1,13 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
/////*1*/
|
||||
////var x = 0, y = 1, z = 2;
|
||||
////enum E {
|
||||
//// A, B, C
|
||||
////}
|
||||
|
||||
goTo.marker("1");
|
||||
verify.completionListContains("x");
|
||||
verify.completionListContains("y");
|
||||
verify.completionListContains("z");
|
||||
verify.completionListContains("E");
|
||||
Loading…
x
Reference in New Issue
Block a user