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

Unified Diff: tests/language/deferred_constant_list_lib.dart

Issue 652713002: Add failing (for dart2js) deferred constant-list test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 | « no previous file | tests/language/deferred_constant_list_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/deferred_constant_list_lib.dart
diff --git a/pkg/docgen/test/multi_library_code/lib/test_lib2_bar.dart b/tests/language/deferred_constant_list_lib.dart
similarity index 74%
copy from pkg/docgen/test/multi_library_code/lib/test_lib2_bar.dart
copy to tests/language/deferred_constant_list_lib.dart
index 1a07d2bfcbec000ca259946fd3598f181039ec0b..93a674084dce9d53a32badd7c4f73529e297d1ef 100644
--- a/pkg/docgen/test/multi_library_code/lib/test_lib2_bar.dart
+++ b/tests/language/deferred_constant_list_lib.dart
@@ -2,8 +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.
-library test_lib2_bar;
-
-class Bar {
-
-}
+final finalConstList = const [1, 2];
+var nonFinalConstList = const [3, 4];
« no previous file with comments | « no previous file | tests/language/deferred_constant_list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698