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

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

Issue 296463003: Handle metadata on nested function parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix latest crash. Created 6 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
Index: sdk/lib/_internal/compiler/implementation/compiler.dart
diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
index 1c84e5206a040dfcc53da60e148df5eccfcaa099..95a87f3c021d3ee5874aca8539147f6182b31ed1 100644
--- a/sdk/lib/_internal/compiler/implementation/compiler.dart
+++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
@@ -1366,11 +1366,6 @@ abstract class Compiler implements DiagnosticListener {
() => resolver.resolveSignature(element));
}
- void resolveTypedef(TypedefElement element) {
- withCurrentElement(element,
- () => resolver.resolve(element));
- }
-
void reportError(Spannable node,
MessageKind messageKind,
[Map arguments = const {}]) {

Powered by Google App Engine
This is Rietveld 408576698