blob: fdd55995652948c27c09e5905ed6a31180d3f301 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
2
: int
9223372036854775807
: int
2 + 2
: int
2 + 2
: int
= 4
: int
= 37151199385380486
: int
The command has indeed failed with message:
int63 are only non-negative numbers.
The command has indeed failed with message:
overflow in int63 literal: 9223372036854775808
|