Index: lib/src/compiler/nullable_type_inference.dart |
diff --git a/lib/src/compiler/nullable_type_inference.dart b/lib/src/compiler/nullable_type_inference.dart |
index 706d677eacab6bb697116d0505632408544eb2fb..e1821e0fc8b51714b91ce512dff3169399900f4a 100644 |
--- a/lib/src/compiler/nullable_type_inference.dart |
+++ b/lib/src/compiler/nullable_type_inference.dart |
@@ -21,7 +21,7 @@ import 'element_helpers.dart' show getStaticType, isInlineJS; |
// TODO(vsm): Revisit whether we really need this when we get |
// better non-nullability in the type system. |
abstract class NullableTypeInference { |
- LibraryElement dartCoreLibrary; |
+ LibraryElement get dartCoreLibrary; |
bool isPrimitiveType(DartType type); |
bool isObjectMember(String name); |