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

Unified Diff: pkg/analysis_services/lib/src/generated/proposal.dart

Issue 475543002: New analyzer snapshot, add format/formatList. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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: pkg/analysis_services/lib/src/generated/proposal.dart
diff --git a/pkg/analysis_services/lib/src/generated/proposal.dart b/pkg/analysis_services/lib/src/generated/proposal.dart
index 4e7f8424c6a938003592a232fa422b70823b2bf0..264beac4cf7945121c77bfeee4855bc96bc232dd 100644
--- a/pkg/analysis_services/lib/src/generated/proposal.dart
+++ b/pkg/analysis_services/lib/src/generated/proposal.dart
@@ -238,7 +238,7 @@ class CorrectionProposal {
String _name;
CorrectionProposal(this.kind, List<Object> arguments) {
- this._name = JavaString.format(kind.message, arguments);
+ this._name = formatList(kind.message, arguments);
}
/**

Powered by Google App Engine
This is Rietveld 408576698