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

Unified Diff: tests/compiler/dart2js/inference/data/super_get.dart

Issue 3009593002: It's alive (first kernel inference test) (Closed)
Patch Set: Updated cf. comment Created 3 years, 4 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
« no previous file with comments | « tests/compiler/dart2js/inference/data/simple.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/inference/data/super_get.dart
diff --git a/tests/compiler/dart2js/inference/data/super_get.dart b/tests/compiler/dart2js/inference/data/super_get.dart
index 44e36fd9800177368adb023dc436a73f67df43ae..7cc747010d9dd4c8e12ef687ab0461b7a3a12bfd 100644
--- a/tests/compiler/dart2js/inference/data/super_get.dart
+++ b/tests/compiler/dart2js/inference/data/super_get.dart
@@ -14,5 +14,5 @@ class Sub extends Super {
/*main:[null]*/
main() {
- new Sub()./*[exact=Sub]*/method();
+ new Sub(). /*[exact=Sub]*/ method();
}
« no previous file with comments | « tests/compiler/dart2js/inference/data/simple.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698