Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1735)

Unified Diff: sdk/lib/_internal/pub/lib/src/version.dart

Issue 184823012: [pub] clean up Editor messages (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/pub/lib/src/version.dart
diff --git a/sdk/lib/_internal/pub/lib/src/version.dart b/sdk/lib/_internal/pub/lib/src/version.dart
index 7577f9fe62524fc8c343e34b17a7aa840e0565dd..a726fd076439ece7427527c7368ebf8473aa8aa0 100644
--- a/sdk/lib/_internal/pub/lib/src/version.dart
+++ b/sdk/lib/_internal/pub/lib/src/version.dart
@@ -203,7 +203,7 @@ class Version implements Comparable<Version>, VersionConstraint {
}
/// Gets the next patch version number that follows this one.
- ///
+ ///bed8b33fda6ec81c3ba52274d189bc0661ed12bf
/// If this version is a pre-release, then it just strips the pre-release
/// suffix. Otherwise, it increments the patch version.
Version get nextPatch {
@@ -363,6 +363,7 @@ abstract class VersionConstraint {
case '>':
return new VersionRange(min: version, includeMin: false);
}
+ throw "Unreachable.";
}
while (true) {

Powered by Google App Engine
This is Rietveld 408576698