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

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: Bug fixes Created 8 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: tests/compiler/dart2js/mock_compiler.dart
diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
index 8fa90308df909de2a22b9d5a827d0dd82a0af7b2..29bd45b57dabc9cd92fde64de137104e73bfb912 100644
--- a/tests/compiler/dart2js/mock_compiler.dart
+++ b/tests/compiler/dart2js/mock_compiler.dart
@@ -71,8 +71,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