| Index: pkg/compiler/lib/src/universe/universe.dart
|
| diff --git a/pkg/compiler/lib/src/universe/universe.dart b/pkg/compiler/lib/src/universe/universe.dart
|
| index e2bba0148ad3203df0a2d69040e23dd7afe8dd4c..cb574bb95bc1e63a40c944025f9d4ea6a90f156a 100644
|
| --- a/pkg/compiler/lib/src/universe/universe.dart
|
| +++ b/pkg/compiler/lib/src/universe/universe.dart
|
| @@ -102,6 +102,11 @@ abstract class SelectorConstraintsStrategy {
|
| UniverseSelectorConstraints createSelectorConstraints(Selector selector);
|
| }
|
|
|
| +/// The [Universe] is an auxiliary class used in the process of computing the
|
| +/// [ClassWorld]. The concepts here and in [ClassWorld] are very similar -- in
|
| +/// the same way that the "universe expands" you can think of this as a mutable
|
| +/// world that is expanding as we visit and discover parts of the program.
|
| +/// TODO(sigmund): rename to "growing/expanding/mutable world"?
|
| class Universe {
|
| /// The set of all directly instantiated classes, that is, classes with a
|
| /// generative constructor that has been called directly and not only through
|
|
|