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

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

Issue 730013003: Documentation to follow up on CLs 714843002 and 719443002. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased on r41772. Created 6 years, 1 month 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
« no previous file with comments | « no previous file | dart/pkg/dart2js_incremental/lib/library_updater.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/compiler/lib/src/universe/universe.dart
diff --git a/dart/pkg/compiler/lib/src/universe/universe.dart b/dart/pkg/compiler/lib/src/universe/universe.dart
index 5b60d70850bb7794a34e229552e257cecbfe88b0..269f261a789f2a3cf4884547301b96ec2004b416 100644
--- a/dart/pkg/compiler/lib/src/universe/universe.dart
+++ b/dart/pkg/compiler/lib/src/universe/universe.dart
@@ -748,6 +748,7 @@ class TypedSelector extends Selector {
factory TypedSelector(TypeMask mask, Selector selector, World world) {
if (!world.hasClosedWorldAssumption) {
+ // TODO(johnniwinther): Improve use of TypedSelector in an open world.
bool isNullable = mask.isNullable;
mask = world.compiler.typesTask.dynamicType;
if (isNullable) {
« no previous file with comments | « no previous file | dart/pkg/dart2js_incremental/lib/library_updater.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698