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
the current logic decides exception matching (ie. which catch clause to use) by comparing tag indexes.
it seems wrong because, if i read the spec correctly, it's allowed for a module to import the same tag multiple times.