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

Unified Diff: test/codegen/language/export_order_helper2.dart

Issue 1949733002: fix #543, export of properties should now work (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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 | « test/codegen/language/export_order_helper1.dart ('k') | test/codegen/language/export_order_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/language/export_order_helper2.dart
diff --git a/test/codegen/language/hashcode_dynamic_test.dart b/test/codegen/language/export_order_helper2.dart
similarity index 68%
copy from test/codegen/language/hashcode_dynamic_test.dart
copy to test/codegen/language/export_order_helper2.dart
index b705dd8afaaf98e39def9dde62120f5eff404962..9abde5dd90327c724afad5992250fc27c823e8d5 100644
--- a/test/codegen/language/hashcode_dynamic_test.dart
+++ b/test/codegen/language/export_order_helper2.dart
@@ -2,9 +2,8 @@
// 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.
-import "package:expect/expect.dart";
+import 'export_order_helper1.dart';
-void main() {
- dynamic x = 3;
- Expect.equals(3, x.hashCode);
+class Info {
+ int x = y;
}
« no previous file with comments | « test/codegen/language/export_order_helper1.dart ('k') | test/codegen/language/export_order_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698