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

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

Issue 11412245: MalformedType used for all invalid type annotations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 8 years 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/mock_compiler.dart
diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
index d24770145877e231bc9c3eb1fb231aee1af6effd..140cec22000e15b633feffc98061b928de264708 100644
--- a/tests/compiler/dart2js/mock_compiler.dart
+++ b/tests/compiler/dart2js/mock_compiler.dart
@@ -81,8 +81,8 @@ const String DEFAULT_CORELIB = r'''
class Object {}
class Type {}
class Function {}
- class List {}
- abstract class Map {}
+ class List<T> {}
+ abstract class Map<K,V> {}
class Closure {}
class Null {}
class Dynamic_ {}

Powered by Google App Engine
This is Rietveld 408576698