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

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

Issue 2620023002: Use elements/types in constants/values (Closed)
Patch Set: Created 3 years, 11 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: pkg/compiler/lib/src/core_types.dart
diff --git a/pkg/compiler/lib/src/core_types.dart b/pkg/compiler/lib/src/core_types.dart
index cbd1f5904f9340798d8fc18089e551a6396a0e25..8b34bdb58efd32b2dbda901339805190834edcc7 100644
--- a/pkg/compiler/lib/src/core_types.dart
+++ b/pkg/compiler/lib/src/core_types.dart
@@ -134,6 +134,9 @@ abstract class CommonElements {
/// The 'filled' constructor of `List`.
ConstructorElement get filledListConstructor;
+ /// The `dynamic` type.
+ ResolutionDynamicType get dynamicType;
+
/// The `Object` type defined in 'dart:core'.
ResolutionInterfaceType get objectType;

Powered by Google App Engine
This is Rietveld 408576698