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

Unified Diff: tests/language/prefix_test1.dart

Issue 10837359: Language tests updated to use const instead of final. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments Created 8 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/language/naming_test.dart ('k') | tests/language/prefix_test2.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/prefix_test1.dart
diff --git a/tests/language/prefix_test1.dart b/tests/language/prefix_test1.dart
index c0950a7336781d3c4f6bc053a5b2b23cf9591700..3a1102d686d0cb39b283295e5d4174c44435f57a 100644
--- a/tests/language/prefix_test1.dart
+++ b/tests/language/prefix_test1.dart
@@ -6,7 +6,7 @@
#import("prefix_test2.dart", prefix: "prefix");
class Prefix {
- static final int foo = 43;
+ static const int foo = 43;
static getSource() {
return foo;
« no previous file with comments | « tests/language/naming_test.dart ('k') | tests/language/prefix_test2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698