Files
sdk/pkg/front_end/testcases/minimum_int.dart.direct.expect
T
Samir Jindel e9daa98653 [fasta] Remove unnecessary unary negation for the minimum 64-bit integer.
Change-Id: I5ebf49427ac4ddd005c490d1f04880f005211d26
Reviewed-on: https://dart-review.googlesource.com/33943
Commit-Queue: Samir Jindel <sjindel@google.com>
Reviewed-by: Peter von der Ahé <ahe@google.com>
2018-01-11 15:31:01 +00:00

8 lines
137 B
Plaintext

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