You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual behavior:
(2 errors instead of 1 - one without elaboration)
In trying to edit this down further, I've found that removing the nested namespace on B seems to remove the bug, as does changing the return type of foo to not reference A, or changing from a class to an object literal for A.Foo - so it seems a great deal of things must be kept in place to reproduce this error.
The text was updated successfully, but these errors were encountered:
Found in #24247
TypeScript Version: 2.9.0-dev.201xxxxx
Search Terms:
Code
Expected behavior:

Actual behavior:

(2 errors instead of 1 - one without elaboration)
In trying to edit this down further, I've found that removing the nested namespace on
B
seems to remove the bug, as does changing the return type offoo
to not referenceA
, or changing from a class to an object literal forA.Foo
- so it seems a great deal of things must be kept in place to reproduce this error.The text was updated successfully, but these errors were encountered: