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

Unified Diff: tests/compiler/dart2js/cpa_inference_test.dart

Issue 13467021: Register type for literal list/map. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: tests/compiler/dart2js/cpa_inference_test.dart
diff --git a/tests/compiler/dart2js/cpa_inference_test.dart b/tests/compiler/dart2js/cpa_inference_test.dart
index f6d9b9daf972e40e490098408e77f94cf1e34db0..4d5ebba936984c372c8fa7af4d037c3425b8029c 100644
--- a/tests/compiler/dart2js/cpa_inference_test.dart
+++ b/tests/compiler/dart2js/cpa_inference_test.dart
@@ -163,7 +163,7 @@ const String CORELIB = r'''
E operator [](int index);
void operator []=(int index, E value);
}
- abstract class Map {}
+ abstract class Map<K, V> {}
class Closure {}
class Null {}
class Type {}

Powered by Google App Engine
This is Rietveld 408576698