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

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

Issue 98533005: Handle @proxy classes in type checker. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 7 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
« no previous file with comments | « tests/compiler/dart2js/size_test.dart ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/value_range_test.dart
diff --git a/tests/compiler/dart2js/value_range_test.dart b/tests/compiler/dart2js/value_range_test.dart
index 92ae4c4d208b575aae77884afdca7fee306950c6..89dfabc933e2414fcb7e2d98b33eae88a3f4133c 100644
--- a/tests/compiler/dart2js/value_range_test.dart
+++ b/tests/compiler/dart2js/value_range_test.dart
@@ -279,7 +279,8 @@ const String DEFAULT_CORELIB_WITH_LIST_INTERFACE = r'''
class Null {}
class Dynamic_ {}
class StackTrace {}
- bool identical(Object a, Object b) {}''';
+ bool identical(Object a, Object b) {}
+ const proxy = 0;''';
const String INTERCEPTORSLIB_WITH_MEMBERS = r'''
class Interceptor {
« no previous file with comments | « tests/compiler/dart2js/size_test.dart ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698