| Index: pkg/kernel/lib/transformations/erasure.dart
|
| diff --git a/pkg/kernel/lib/transformations/erasure.dart b/pkg/kernel/lib/transformations/erasure.dart
|
| index 7923928edfa41ea9dbc8a0d3995b2b3c67f092f4..c2f572d2c7855188f5a5b059b87eb064ba933a1e 100644
|
| --- a/pkg/kernel/lib/transformations/erasure.dart
|
| +++ b/pkg/kernel/lib/transformations/erasure.dart
|
| @@ -9,6 +9,7 @@ import '../core_types.dart';
|
|
|
| Program transformProgram(CoreTypes coreTypes, Program program) {
|
| program.accept(new Erasure());
|
| + return program;
|
| }
|
|
|
| void transformLibraries(CoreTypes coreTypes, List<Library> libraries) {
|
|
|