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

Unified Diff: lib/src/compiler/nullable_type_inference.dart

Issue 2016483002: Enable strong mode in DDC, fix all warnings/errors (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « lib/src/compiler/module_builder.dart ('k') | lib/src/compiler/reify_coercions.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « lib/src/compiler/module_builder.dart ('k') | lib/src/compiler/reify_coercions.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698