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

Unified Diff: pkg/analysis_services/lib/correction/assist.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/correction/assist.dart
diff --git a/pkg/analysis_services/lib/correction/assist.dart b/pkg/analysis_services/lib/correction/assist.dart
index a81c2112f72719151381c90b80bf5b0e45072469..63eb745ecee5f41eb92b2da41e457feceba11162 100644
--- a/pkg/analysis_services/lib/correction/assist.dart
+++ b/pkg/analysis_services/lib/correction/assist.dart
@@ -69,7 +69,7 @@ class AssistKind {
static const EXCHANGE_OPERANDS =
const AssistKind('EXCHANGE_OPERANDS', 30, "Exchange operands");
static const EXTRACT_CLASS =
- const AssistKind('EXTRACT_CLASS', 30, "Extract class into file '%s'");
+ const AssistKind('EXTRACT_CLASS', 30, "Extract class into file '{0}'");
static const IMPORT_ADD_SHOW =
const AssistKind('IMPORT_ADD_SHOW', 30, "Add explicit 'show' combinator");
static const INVERT_IF_STATEMENT =

Powered by Google App Engine
This is Rietveld 408576698