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
This test case currently is a touch wrong - it expects interface LibInterface to be renamed to interface LibInterface$1 because "there is a global name LibInterface", but in reality that global name refers to the same object so it shouldn't be renamed.
Expected output should have interface LibInterface without any name change.
The text was updated successfully, but these errors were encountered:
This test case currently is a touch wrong - it expects
interface LibInterface
to be renamed tointerface LibInterface$1
because "there is a global nameLibInterface
", but in reality that global name refers to the same object so it shouldn't be renamed.Expected output should have
interface LibInterface
without any name change.The text was updated successfully, but these errors were encountered: