mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Port 9396 to release 2.0
This commit is contained in:
9
tests/cases/fourslash/server/typeReferenceOnServer.ts
Normal file
9
tests/cases/fourslash/server/typeReferenceOnServer.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/// <reference path='../fourslash.ts' />
|
||||
|
||||
/////// <reference types="foo" />
|
||||
////var x: number;
|
||||
////x./*1*/
|
||||
|
||||
goTo.marker("1");
|
||||
verify.not.completionListIsEmpty();
|
||||
|
||||
Reference in New Issue
Block a user