mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 02:35:48 -05:00
Fix the union property kind if the property is union of exported variable of module
Fixes #929
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
///<reference path="fourslash.ts" />
|
||||
|
||||
////module E {
|
||||
//// export var n = 1;
|
||||
////}
|
||||
////module F {
|
||||
//// export var n = 1;
|
||||
////}
|
||||
////var q: typeof E | typeof F;
|
||||
////var j = q./*1*/
|
||||
|
||||
goTo.marker('1');
|
||||
verify.completionListContains('n', "(property) n: number");
|
||||
Reference in New Issue
Block a user