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

Unified Diff: utils/pub/solver/version_solver.dart

Issue 13933030: Fix type annotation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/solver/version_solver.dart
diff --git a/utils/pub/solver/version_solver.dart b/utils/pub/solver/version_solver.dart
index 3854c7500b3346ce99b0bfffd1b90a5aba6c69e0..a81626293de0e4b21137c6f2b9309c7b15acb43e 100644
--- a/utils/pub/solver/version_solver.dart
+++ b/utils/pub/solver/version_solver.dart
@@ -25,7 +25,7 @@ import 'backtracking_solver.dart';
/// packages will be used. This is for forcing an update to one or more
/// packages.
Future<SolveResult> resolveVersions(SourceRegistry sources, Package root,
- {LockFile lockFile, List<PackageRef> useLatest}) {
+ {LockFile lockFile, List<String> useLatest}) {
log.message('Resolving dependencies...');
if (lockFile == null) lockFile = new LockFile.empty();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698