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

Unified Diff: tests/compiler/dart2js/simple_inferrer_closure_test.dart

Issue 2314703002: Split World usage into open, inference, and closed world. (Closed)
Patch Set: Updated cf. comments. Created 4 years, 3 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: tests/compiler/dart2js/simple_inferrer_closure_test.dart
diff --git a/tests/compiler/dart2js/simple_inferrer_closure_test.dart b/tests/compiler/dart2js/simple_inferrer_closure_test.dart
index e9fc5176a1097e2216c3213c57494597a8f96376..625eef82cab7eb076ec08a91b82873116ce88e27 100644
--- a/tests/compiler/dart2js/simple_inferrer_closure_test.dart
+++ b/tests/compiler/dart2js/simple_inferrer_closure_test.dart
@@ -147,6 +147,6 @@ void main() {
}
var cls = findElement(compiler, 'A');
checkReturnInClass('A', 'foo', new TypeMask.nonNullExact(cls,
- compiler.world));
+ compiler.closedWorld));
}));
}

Powered by Google App Engine
This is Rietveld 408576698