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

Unified Diff: tests/compiler/dart2js/inference/data/simple.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
Index: tests/compiler/dart2js/inference/data/simple.dart
diff --git a/tests/compiler/dart2js/inference/data/super_get.dart b/tests/compiler/dart2js/inference/data/simple.dart
similarity index 52%
copy from tests/compiler/dart2js/inference/data/super_get.dart
copy to tests/compiler/dart2js/inference/data/simple.dart
index 44e36fd9800177368adb023dc436a73f67df43ae..b152304c789b1e0edb1a7ff3287d49d438de961b 100644
--- a/tests/compiler/dart2js/inference/data/super_get.dart
+++ b/tests/compiler/dart2js/inference/data/simple.dart
@@ -2,17 +2,5 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-class Super {
- /*Super.field:[exact=JSUInt31]*/
- var field = 42;
-}
-
-class Sub extends Super {
- /*Sub.method:[exact=JSUInt31]*/
- method() => super.field;
-}
-
/*main:[null]*/
-main() {
- new Sub()./*[exact=Sub]*/method();
-}
+main() {}
« no previous file with comments | « tests/compiler/dart2js/inference/data/return.dart ('k') | tests/compiler/dart2js/inference/data/super_get.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698