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

Unified Diff: pkg/compiler/lib/src/parser/diet_parser_task.dart

Issue 2535373003: Resolve type arguments to generic methods. (Closed)
Patch Set: Created 4 years, 1 month 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/compiler/lib/src/parser/diet_parser_task.dart
diff --git a/pkg/compiler/lib/src/parser/diet_parser_task.dart b/pkg/compiler/lib/src/parser/diet_parser_task.dart
index e975a832bf8fb573c5b5f162382054929ec3fa69..aa635b91c272e7bf1e3903e40d6a41b8aaf0b354 100644
--- a/pkg/compiler/lib/src/parser/diet_parser_task.dart
+++ b/pkg/compiler/lib/src/parser/diet_parser_task.dart
@@ -19,8 +19,8 @@ class DietParserTask extends CompilerTask {
final Backend _backend;
final DiagnosticReporter _reporter;
- DietParserTask(this._idGenerator, this._backend, this._reporter,
- Measurer measurer)
+ DietParserTask(
+ this._idGenerator, this._backend, this._reporter, Measurer measurer)
: super(measurer);
final String name = 'Diet Parser';

Powered by Google App Engine
This is Rietveld 408576698