-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 6
-
Component/s: deploy
-
mustang
-
generic
-
generic
we should remove the assert ie.
assert((b.length = -1)); // make it unable to accept more calls now
b.length = -1; // make it unable to accept more calls now
assert((b.length = -1)); // make it unable to accept more calls now
b.length = -1; // make it unable to accept more calls now