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
In #424 a test is being added: UnnamedModuleTest.testIgnoreUnnamedModule4(), which succeeds even without the new OPTION_IgnoreUnnamedModuleForSplitPackage, which is wrong. A package conflict should be reported instead, as can be seen by variant testIgnoreUnnamedModule3() which produces the same bytecode, but using a static import instead the QualifiedNameReference.
The text was updated successfully, but these errors were encountered:
In #424 a test is being added:
UnnamedModuleTest.testIgnoreUnnamedModule4()
, which succeeds even without the newOPTION_IgnoreUnnamedModuleForSplitPackage
, which is wrong. A package conflict should be reported instead, as can be seen by varianttestIgnoreUnnamedModule3()
which produces the same bytecode, but using a static import instead the QualifiedNameReference.The text was updated successfully, but these errors were encountered: