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

Unified Diff: pkg/compiler/lib/src/js_backend/type_variable_handler.dart

Issue 1118423003: Handle default values on constant redirecting factories. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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/compiler/lib/src/js_backend/type_variable_handler.dart
diff --git a/pkg/compiler/lib/src/js_backend/type_variable_handler.dart b/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
index 2f7fa2903dcb21f230fd21050a8fe859354d23cc..e80194ef6fc6f58c5113f2f16c01c4e622763c29 100644
--- a/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
+++ b/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
@@ -101,6 +101,8 @@ class TypeVariableHandler {
typeVariableElement.node,
typeVariableType,
_typeVariableConstructor,
+ typeVariableType,
+ _typeVariableConstructor,
const CallStructure.unnamed(3),
arguments,
arguments);
« no previous file with comments | « pkg/compiler/lib/src/compile_time_constants.dart ('k') | tests/language/const_redirecting_factory_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698