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

Unified Diff: frog/tests/leg/src/mock_compiler.dart

Issue 10113007: We must use the original element and not the default implementation element when checking if the co… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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: frog/tests/leg/src/mock_compiler.dart
===================================================================
--- frog/tests/leg/src/mock_compiler.dart (revision 6727)
+++ frog/tests/leg/src/mock_compiler.dart (working copy)
@@ -48,7 +48,7 @@
class Object {}
class num {}
class Function {}
- class List {}
+ class List { factory List() => null; }
class Closure {}
class Null {}
class Dynamic {}''';

Powered by Google App Engine
This is Rietveld 408576698