Index: pkg/front_end/messages.yaml |
diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml |
index a6a52f5c9b85ab54902c485dc51ef4d2ebfa3488..9e5073c1b9fb2855de5666eadfce603970ac5ea0 100644 |
--- a/pkg/front_end/messages.yaml |
+++ b/pkg/front_end/messages.yaml |
@@ -913,3 +913,4 @@ InvalidPackageUri: |
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." |
+ |