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

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

Issue 10389143: Add locations to diagnostics. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove all references to unreachable() Created 8 years, 7 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 | « dart/lib/compiler/implementation/operations.dart ('k') | dart/lib/compiler/implementation/ssa/builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/lib/compiler/implementation/resolver.dart
diff --git a/dart/lib/compiler/implementation/resolver.dart b/dart/lib/compiler/implementation/resolver.dart
index ab603b03918e208a38dbb378fa0d04f1230eecf5..a19aab2b8e8b0d56f601cca2403e2a37ecca6ffa 100644
--- a/dart/lib/compiler/implementation/resolver.dart
+++ b/dart/lib/compiler/implementation/resolver.dart
@@ -1492,7 +1492,7 @@ class ClassResolverVisitor extends CommonResolverVisitor<Type> {
TypeVariableElement variableElement = element;
return variableElement.type;
} else if (element.isTypedef()) {
- compiler.unimplemented('visitIdentifier for typedefs');
+ compiler.unimplemented('visitIdentifier for typedefs', node: node);
} else {
// TODO(ngeoffray): Use type variables.
return element.computeType(compiler);
« no previous file with comments | « dart/lib/compiler/implementation/operations.dart ('k') | dart/lib/compiler/implementation/ssa/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698