a049e340eb
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>
7 lines
158 B
Plaintext
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-}());
|