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 538692a2d9b4f6cfdd7721dfe9909e25a00b4546..f4c7a3ff9e436430de925c84a8b99857e694a9c9 100644 |
--- a/pkg/compiler/lib/src/common/resolution.dart |
+++ b/pkg/compiler/lib/src/common/resolution.dart |
@@ -158,6 +158,9 @@ abstract class Resolution implements Frontend { |
/// Resolve [element] if it has not already been resolved. |
void ensureResolved(Element element); |
+ /// Ensure the resolution all members of [element]. |
Harry Terkelsen
2016/11/11 22:07:30
resolution all -> resolution of all
Johnni Winther
2016/11/14 09:16:06
Done.
|
+ void ensureClassMembers(ClassElement element); |
+ |
/// Registers that [element] has a compile time error. |
/// |
/// The error itself is given in [message]. |