Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
lgtm assuming review comments are addressed
const a = -'' + 1;
This is an invalid constant, right?
So the purpose of the test is just to make sure the implementation doesn't crash?
Assuming that's correct, could you include a comment explaining tha, so that readers of the test won't be confused?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This is an invalid constant, right?
So the purpose of the test is just to make sure the implementation doesn't crash?
Assuming that's correct, could you include a comment explaining tha, so that readers of the test won't be confused?
Done
const b = 0.length + 1;
Konstantin ShcheglovSame issue here
Done
const a = -'' + 1;
Konstantin ShcheglovSame issue here
Done
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Fine. Fix NPE when constant expression uses operator of unnamed extension.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |