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
Notice the extra declare, in front of the "const Derived_base" declaration.
That makes the compiler complain about the declare modifier being inside an already ambient context.
TypeScript Version: nightly (2.4.0-dev.20170509)
Code
Expected output:
Actual behavior:
Notice the extra declare, in front of the "const Derived_base" declaration.
That makes the compiler complain about the declare modifier being inside an already ambient context.
Edit: related to #15572.
The text was updated successfully, but these errors were encountered: