| 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;
|
|
|