| Index: pkg/front_end/messages.yaml
|
| diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
|
| index b0a3d1c618dcf5a985b8518df87e9c5d50f2c21c..11489d0f075a45e676d9fe5c59a6eafa2f2cba77 100644
|
| --- a/pkg/front_end/messages.yaml
|
| +++ b/pkg/front_end/messages.yaml
|
| @@ -896,3 +896,7 @@ PackageNotFound:
|
|
|
| InvalidPackageUri:
|
| template: "Invalid package Uri '#uri':\n #string."
|
| +
|
| +IntegerLiteralIsOutOfRange:
|
| + template: "The integer literal #lexeme can't be represented in 64 bits."
|
| + tip: "Try using BigInt (from 'dart:typed_data' library) if you need an integer larger than 9,223,372,036,854,775,807 or less than -9,223,372,036,854,775,808."
|
|
|