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

Unified Diff: pkg/analyzer/test/services/data/stmt_tests.data

Issue 144743003: Remove workaround for missing abstract keyword for ClassTypeAliases (dartbug.com/15912). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 11 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 | « pkg/analyzer/test/services/data/cu_tests.data ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/services/data/stmt_tests.data
===================================================================
--- pkg/analyzer/test/services/data/stmt_tests.data (revision 32082)
+++ pkg/analyzer/test/services/data/stmt_tests.data (working copy)
@@ -33,12 +33,12 @@
for (x in xs) {
print(x);
}
->>> TODO(pquitslund): FIX
+>>>
var primes = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71];
<<<
var primes = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59,
61, 67, 71];
->>> TODO(pquitslund): placeholder for when we turn the real line breaker on
+>>>
blah() {
print('blah blah blah blah blah blah blah blah blah blah blah blah blah blah $foo');
}
« no previous file with comments | « pkg/analyzer/test/services/data/cu_tests.data ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698