Fix type annotation.

Review URL: https://codereview.chromium.org//13933030

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21700 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
rnystrom@google.com 2013-04-18 20:12:59 +00:00
parent bd1f1d9edf
commit a204feb031

View file

@ -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();