Index: tests/compiler/dart2js/type_combination_test.dart |
diff --git a/tests/compiler/dart2js/type_combination_test.dart b/tests/compiler/dart2js/type_combination_test.dart |
index 6e1e564128c336af3ae19e6f7020660cd08e996d..1e0af606619c271f22a4d82da0419a9b1345e256 100644 |
--- a/tests/compiler/dart2js/type_combination_test.dart |
+++ b/tests/compiler/dart2js/type_combination_test.dart |
@@ -736,7 +736,7 @@ void main() { |
"""); |
JavaScriptBackend backend = compiler.backend; |
BackendHelpers helpers = backend.helpers; |
- World world = compiler.closedWorld; |
+ ClosedWorld world = compiler.closedWorld; |
helpers.interceptorsLibrary.forEachLocalMember((element) { |
if (element.isClass) { |
element.ensureResolved(compiler.resolution); |