mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-23 10:29:01 -06:00
Added original test case.
This commit is contained in:
parent
4906f41f94
commit
40a6300e02
18
tests/cases/fourslash/completionListInImportClause02.ts
Normal file
18
tests/cases/fourslash/completionListInImportClause02.ts
Normal file
@ -0,0 +1,18 @@
|
||||
/// <reference path='fourslash.ts'/>
|
||||
|
||||
// @Filename: m1.ts
|
||||
////export var foo: number = 1;
|
||||
////export function bar() { return 10; }
|
||||
////export function baz() { return 10; }
|
||||
|
||||
////declare module "M1" {
|
||||
//// export var V;
|
||||
////}
|
||||
////
|
||||
////declare module "M2" {
|
||||
//// import { /**/ } from "M1"
|
||||
////}
|
||||
|
||||
goTo.marker();
|
||||
verify.completionListContains("V");
|
||||
verify.not.completionListAllowsNewIdentifier();
|
||||
Loading…
x
Reference in New Issue
Block a user