Chromium Code Reviews

Unified Diff: tests/compiler/dart2js_extra/naming_test.dart

Issue 10871071: - Change "static final" to "static const" in the tests/ directory. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: tests/compiler/dart2js_extra/naming_test.dart
===================================================================
--- tests/compiler/dart2js_extra/naming_test.dart (revision 11349)
+++ tests/compiler/dart2js_extra/naming_test.dart (working copy)
@@ -19,7 +19,7 @@
}
class debugger {
- static final int __PROTO__ = 5;
+ static const int __PROTO__ = 5;
int x;

Powered by Google App Engine