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

Unified Diff: tests/compiler/dart2js/analyze_unused_dart2js_test.dart

Issue 929113002: Add SemanticVisitor to dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated and extended Created 5 years, 10 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
Index: tests/compiler/dart2js/analyze_unused_dart2js_test.dart
diff --git a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
index f12b8f1667223bce4d39aa79103384b84473a6e7..eb308fe95a288d3fbdc4881ba3f39fd6d852eaae 100644
--- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
+++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
@@ -23,6 +23,13 @@ const Map<String, List<String>> WHITE_LIST = const {
// Some things in dart_printer are not yet used
"lib/src/dart_backend/backend_ast_nodes.dart": const [" is never "],
+
+ // Uncalled error methods in SemanticSendVisitor and subclasses.
+ "lib/src/resolution/semantic_visitor.dart": const [
+ "The method 'error"],
+ "lib/src/resolution/semantic_visitor_mixins.dart": const [
+ "The method 'error",
+ "The class 'SuperBulkMixin' is never used."]
};
void main() {

Powered by Google App Engine
This is Rietveld 408576698