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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/scanner/array_based_scanner.dart

Issue 11536004: Remove all warnings from dart2js and add a test to prevent introduction of new. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years 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
Index: dart/sdk/lib/_internal/compiler/implementation/scanner/array_based_scanner.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/scanner/array_based_scanner.dart b/dart/sdk/lib/_internal/compiler/implementation/scanner/array_based_scanner.dart
index ea84f759473867904e08ad1769efb709c7bf92a3..01f8e9e8159abd4b2dc3286e9eafff04d9858afc 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/scanner/array_based_scanner.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/scanner/array_based_scanner.dart
@@ -179,6 +179,5 @@ class ArrayBasedScanner<S extends SourceString> extends AbstractScanner<S> {
}
}
- // TODO(ahe): make class abstract instead of adding an abstract method.
- peek();
+ void unmatchedBeginGroup(BeginGroupToken begin);
}

Powered by Google App Engine
This is Rietveld 408576698