Index: pkg/compiler/lib/src/common/resolution.dart |
diff --git a/pkg/compiler/lib/src/common/resolution.dart b/pkg/compiler/lib/src/common/resolution.dart |
index ce82723e62380e7d2001731c288b52ccfc3753ec..1f099153074fc537ac488a2fd8b831e85d540645 100644 |
--- a/pkg/compiler/lib/src/common/resolution.dart |
+++ b/pkg/compiler/lib/src/common/resolution.dart |
@@ -190,6 +190,9 @@ abstract class Resolution { |
ResolutionWorkItem createWorkItem( |
Element element, ItemCompilationContext compilationContext); |
+ /// Returns the precomputed [ResolutionImpact] for [element]. |
+ ResolutionImpact getResolutionImpact(Element element); |
+ |
/// Returns the precomputed [WorldImpact] for [element]. |
WorldImpact getWorldImpact(Element element); |