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

Unified Diff: pkg/compiler/lib/src/dart2js.dart

Issue 2100813002: Handle rti for closures. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: dartfmt Created 4 years, 6 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 | pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/dart2js.dart
diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
index ff359c47e5fbe22f40f3b6e00077a2fac222db73..2c5bf82abf3db9eafb5aacd8e3b7ce2f727aba1a 100644
--- a/pkg/compiler/lib/src/dart2js.dart
+++ b/pkg/compiler/lib/src/dart2js.dart
@@ -473,8 +473,8 @@ Future<api.CompilationResult> compile(List<String> argv) {
if (resolveOnly) {
if (resolutionInputs.contains(resolutionOutput)) {
helpAndFail("Resolution input '${resolutionOutput}' can't be used as "
- "resolution output. Use the '--out' option to specify another resolution "
- "output.");
+ "resolution output. Use the '--out' option to specify another resolution "
Harry Terkelsen 2016/06/27 17:07:36 nit: long line
Johnni Winther 2016/06/28 07:37:04 dartfmt!
+ "output.");
}
analyzeOnly = analyzeAll = true;
} else if (analyzeAll) {
« no previous file with comments | « no previous file | pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698