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
Those basically test if value null is in the map/set, not if foo is still in the map/set. There exists no way to check whether the value is in the map/set when the last reference is lost, so those tests actually do not test what they are trying to show.
The text was updated successfully, but these errors were encountered:
After this assignment:
es6-features/features.txt
Line 1322 in 75bf0b4
See the following lines:
es6-features/features.txt
Lines 1323 to 1324 in 75bf0b4
Those basically test if value
null
is in the map/set, not iffoo
is still in the map/set. There exists no way to check whether the value is in the map/set when the last reference is lost, so those tests actually do not test what they are trying to show.The text was updated successfully, but these errors were encountered: