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

Unified Diff: pkg/compiler/lib/src/common.dart

Issue 2439573003: Experiment with new function-type syntax.
Patch Set: Change a few more typedefs. Created 4 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: pkg/compiler/lib/src/common.dart
diff --git a/pkg/compiler/lib/src/common.dart b/pkg/compiler/lib/src/common.dart
index bf499075f8b4da37024b293750626cb3958101af..13f48a3dce541ba8d75a91efc7c0b5186100f534 100644
--- a/pkg/compiler/lib/src/common.dart
+++ b/pkg/compiler/lib/src/common.dart
@@ -9,7 +9,7 @@ library dart2js.common;
export 'diagnostics/diagnostic_listener.dart'
show DiagnosticMessage, DiagnosticReporter;
export 'diagnostics/invariant.dart'
- show assertDebugMode, InternalErrorFunction, invariant;
+ show assertDebugMode, invariant;
export 'diagnostics/messages.dart' show MessageKind;
export 'diagnostics/source_span.dart' show SourceSpan;
export 'diagnostics/spannable.dart'

Powered by Google App Engine
This is Rietveld 408576698