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

Unified Diff: tests/language/private_main.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/private2.dart ('k') | tests/language/script2_negative_source.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/private_main.dart
diff --git a/tests/language/private_main.dart b/tests/language/private_main.dart
index 371eb4258073c783e631929909424b21e5ebabf4..12599c468e5c9ee3aea85504b9a8f3914d4c8433 100644
--- a/tests/language/private_main.dart
+++ b/tests/language/private_main.dart
@@ -9,7 +9,7 @@ main() {
class PrivateMain {
- static final _myPrecious = "A Ring";
+ static const _myPrecious = "A Ring";
static accessMyPrivates() {
var value = 0;
« no previous file with comments | « tests/language/private2.dart ('k') | tests/language/script2_negative_source.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698