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

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

Issue 1416253002: Remove requiredTypes (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 1b71c2ee044f540e6e9d4df6ff0ec367f9b38843..3a90ade0bf25e107e39f0b78337948e00f577ef6 100644
--- a/pkg/compiler/lib/src/core_types.dart
+++ b/pkg/compiler/lib/src/core_types.dart
@@ -42,6 +42,9 @@ abstract class CoreTypes {
/// The `Type` type defined in 'dart:core'.
InterfaceType get typeType;
+ /// The `StackTrace` type defined in 'dart:core';
+ InterfaceType get stackTraceType;
+
/// Returns an instance of the `List` type defined in 'dart:core' with
/// [elementType] as its type argument.
///

Powered by Google App Engine
This is Rietveld 408576698