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

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

Issue 2960723004: Handle super-method call (Closed)
Patch Set: Created 3 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: tests/compiler/dart2js/mirror_private_name_inheritance_test.dart
diff --git a/tests/compiler/dart2js/mirror_private_name_inheritance_test.dart b/tests/compiler/dart2js/mirror_private_name_inheritance_test.dart
index ebeb8291009192db277a8dc36fbf8cf8178899e8..7ac00adfe26f4cfaf5f432fe65d03637f53e46d4 100644
--- a/tests/compiler/dart2js/mirror_private_name_inheritance_test.dart
+++ b/tests/compiler/dart2js/mirror_private_name_inheritance_test.dart
@@ -24,6 +24,7 @@ class Subclass extends Super {
main() {
var objects = [new Super(), new Subclass()];
+ reflect(objects[0]); // Trigger mirror usage.
}
""",
'lib.dart': """

Powered by Google App Engine
This is Rietveld 408576698