Files
sdk/pkg/front_end/testcases/minimum_int.dart.strong.expect
T
Kevin Millikin a049e340eb Revert the fix for issue #31770
Back in January we wanted to strip the call to unary- in the minimum
int64 literal.  Now we have decided we want to keep it for the back
ends.

Change-Id: I06b3e20e63a59c84828eb5bdba4613f1c226ecbb
Reviewed-on: https://dart-review.googlesource.com/60444
Reviewed-by: Stephen Adams <sra@google.com>
2018-06-20 08:18:19 +00:00

7 lines
158 B
Plaintext

library;
import self as self;
import "dart:core" as core;
static method main() → dynamic
return core::print(-9223372036854775808.{core::int::unary-}());