| Index: pkg/compiler/lib/src/use_unused_api.dart
|
| diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart
|
| index 49451893929f7206a344ec7378db6177a39405d1..909b0003dba690b2ddfe6b03f2140bd8919c23f0 100644
|
| --- a/pkg/compiler/lib/src/use_unused_api.dart
|
| +++ b/pkg/compiler/lib/src/use_unused_api.dart
|
| @@ -176,6 +176,9 @@ useJs(js.Node node) {
|
|
|
| useJsBackend(js_backend.JavaScriptBackend backend) {
|
| backend.assembleCode(null);
|
| + backend.annotations.noInlining(null);
|
| + backend.annotations.trustTypeAnnotations(null);
|
| + backend.annotations.assumeDynamic(null);
|
| }
|
|
|
| useConcreteTypesInferrer(concrete_types_inferrer.ConcreteTypesInferrer c) {
|
|
|