| Index: lib/compiler/implementation/compiler.dart
|
| diff --git a/lib/compiler/implementation/compiler.dart b/lib/compiler/implementation/compiler.dart
|
| index e50803e70e5a56f965761966b1a35fd8beb3f6f4..f1198b23e63ee5ff8b13fb8b12c31bdfd8a09367 100644
|
| --- a/lib/compiler/implementation/compiler.dart
|
| +++ b/lib/compiler/implementation/compiler.dart
|
| @@ -61,7 +61,9 @@ class JavaScriptBackend extends Backend {
|
| native.processNativeClasses(world, emitter, libraries);
|
| }
|
|
|
| - void assembleProgram() => emitter.assembleProgram();
|
| + void assembleProgram() {
|
| + emitter.assembleProgram();
|
| + }
|
| }
|
|
|
| class DartBackend extends Backend {
|
|
|