Files
sdk/tests/compiler
Stephen Adams fd44f86cfb dart2js: Constant folding and specialization for remainder. modulo
"a.remainder(b)" can be compiled to "a % b"

"a % b" can be compiled to "a % b" in some limited circumstances.

BUG=
R=sigmund@google.com

Review-Url: https://codereview.chromium.org/2561533002 .
2017-01-05 09:58:53 -08:00
..