Version 1.11.0-dev.5.7

Cherry-pick 3300a005f28426adaa1f5b44415a82e644ee237d into dev
diff --git a/sdk/lib/core/int.dart b/sdk/lib/core/int.dart
index 58d80b8..16a1e07 100644
--- a/sdk/lib/core/int.dart
+++ b/sdk/lib/core/int.dart
@@ -116,7 +116,7 @@
    * modulo [modulus].
    *
    * The [modulus] must be positive.
-   * Throws a RangeError if no modular inverse exists.
+   * Throws if no modular inverse exists.
    */
   int modInverse(int modulus);
 
diff --git a/tools/VERSION b/tools/VERSION
index 7f622f5..78758e0 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -28,4 +28,4 @@
 MINOR 11
 PATCH 0
 PRERELEASE 5
-PRERELEASE_PATCH 6
+PRERELEASE_PATCH 7