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

Unified Diff: tests/language/library10.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/language_dart2js.status ('k') | tests/language/library11.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/library10.dart
diff --git a/tests/language/library10.dart b/tests/language/library10.dart
index b8b44c7dae1a53f0936e2a30e4563990ce834e15..5fa4be474f08ce3ae24d702e32f18b23d411f58e 100644
--- a/tests/language/library10.dart
+++ b/tests/language/library10.dart
@@ -30,7 +30,7 @@ class Library10 {
static var static_fld = 4;
}
-final int top_level10 = 10;
+const int top_level10 = 10;
top_level_func10() {
return 20;
}
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/language/library11.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698