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
module A{exportvarx;}
module B{varA=1;// !!! Internal module reference 'A' in import declaration does not reference module instance for 'A'. importY=A;// Should cause an errorconsole.log(Y.x);}
The text was updated successfully, but these errors were encountered:
Code, should error but doesn't:
The text was updated successfully, but these errors were encountered: