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

Unified Diff: compiler/javatests/com/google/dart/compiler/resolver/ConstSuperTest.dart

Issue 10668045: An implicit super() invocation wasn't being checked for the wrong # of args (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: compiler/javatests/com/google/dart/compiler/resolver/ConstSuperTest.dart
diff --git a/compiler/javatests/com/google/dart/compiler/resolver/ConstSuperTest.dart b/compiler/javatests/com/google/dart/compiler/resolver/ConstSuperTest.dart
index b540dbad1e097aabd8612504782dda8a3d7d7b42..2424b15b024fafe616db0a37a3d2114ee94a122f 100644
--- a/compiler/javatests/com/google/dart/compiler/resolver/ConstSuperTest.dart
+++ b/compiler/javatests/com/google/dart/compiler/resolver/ConstSuperTest.dart
@@ -5,7 +5,7 @@
// expect no failures - Sub.A omits call to const super, but one will be added
class Base {
- const Base(a);
+ const Base([a]);
Base.A(a,b) { }
}
« no previous file with comments | « compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698