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

Unified Diff: lib/src/source.dart

Issue 2184303002: Make pub strong-mode clean. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Code review changes Created 4 years, 5 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
« no previous file with comments | « lib/src/solver/version_solver.dart ('k') | lib/src/source/git.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/source.dart
diff --git a/lib/src/source.dart b/lib/src/source.dart
index 6263d7feae7d61d17e42f2da2b60f4e1f0ef0abc..508dad16bd230c10ee1c23722ef1c2d7c730fea9 100644
--- a/lib/src/source.dart
+++ b/lib/src/source.dart
@@ -60,7 +60,7 @@ abstract class Source {
/// package during version solving.
///
/// Defaults to `false`.
- final bool hasMultipleVersions = false;
+ bool get hasMultipleVersions => false;
/// Records the system cache to which this source belongs.
///
« no previous file with comments | « lib/src/solver/version_solver.dart ('k') | lib/src/source/git.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698