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

Unified Diff: pkg/compiler/lib/src/common/backend_api.dart

Issue 2707933002: Tests for `void`.
Patch Set: More tests. Created 3 years, 10 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/common/backend_api.dart
diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart
index c0c3d0a5fab4d8e0093232a33b46f80932d8a6b7..12f9d3a61b308e3eb854e088f82677f8eeca15cc 100644
--- a/pkg/compiler/lib/src/common/backend_api.dart
+++ b/pkg/compiler/lib/src/common/backend_api.dart
@@ -391,6 +391,10 @@ class BackendSerialization {
/// Interface providing access to core classes used by the backend.
abstract class BackendClasses {
+
+ /// Returns the backend implementation class for `void`.
+ ClassEntity get voidClass;
+
/// Returns the backend implementation class for `int`. This is the `JSInt`
/// class.
ClassEntity get intClass;

Powered by Google App Engine
This is Rietveld 408576698