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

Unified Diff: lib/compiler/implementation/typechecker.dart

Issue 11270008: Add type annotations to remove warnings and fix a bug. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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: lib/compiler/implementation/typechecker.dart
diff --git a/lib/compiler/implementation/typechecker.dart b/lib/compiler/implementation/typechecker.dart
index 8d1f39921c4e6d91cab5c851389455741352a299..b7138b6bdbd0ff63ef8d5775e25583bf5af6c6cc 100644
--- a/lib/compiler/implementation/typechecker.dart
+++ b/lib/compiler/implementation/typechecker.dart
@@ -989,4 +989,8 @@ class TypeCheckerVisitor implements Visitor<DartType> {
DartType visitStringNode(StringNode node) {
compiler.unimplemented('visitNode', node: node);
}
+
+ DartType visitLibraryDependency(LibraryDependency node) {
+ compiler.unimplemented('visitNode', node: node);
+ }
}
« no previous file with comments | « lib/compiler/implementation/ssa/value_range_analyzer.dart ('k') | lib/compiler/implementation/universe/partial_type_tree.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698