| Index: lib/compiler/implementation/js_backend/backend.dart
|
| diff --git a/lib/compiler/implementation/js_backend/backend.dart b/lib/compiler/implementation/js_backend/backend.dart
|
| index 1ed38fbfd5fba1a27a9ea5a88e22105abe05c478..2341482b69af175ad1d2201a5e7dfd094ba65892 100644
|
| --- a/lib/compiler/implementation/js_backend/backend.dart
|
| +++ b/lib/compiler/implementation/js_backend/backend.dart
|
| @@ -61,7 +61,7 @@ class InvocationInfo {
|
| addCompiledFunction(FunctionElement function) =>
|
| compiledFunctions.add(function);
|
|
|
| - void clearTypeInformation() => providedTypes = null;
|
| + void clearTypeInformation() { providedTypes = null; }
|
| bool get hasTypeInformation() => providedTypes != null;
|
|
|
| }
|
|
|