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

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

Issue 1949253002: fix #549 export of properties (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 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_helper2.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/language/export_order_test.dart
diff --git a/test/codegen/language/export_order_test.dart b/test/codegen/language/export_order_test.dart
index 35b5ac601f379a2c2f4fd38e779a97a5a177b0d0..861b5da96f07a428dcc2750e3069821d2bdf6bfc 100644
--- a/test/codegen/language/export_order_test.dart
+++ b/test/codegen/language/export_order_test.dart
@@ -12,4 +12,5 @@ final info = new Info();
void main() {
Expect.equals(38, info.x);
Expect.equals(38, bar.y);
+ Expect.equals(38, bar.z);
}
« no previous file with comments | « test/codegen/language/export_order_helper2.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698