| Index: sdk/lib/_internal/compiler/implementation/use_unused_api.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/use_unused_api.dart b/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
|
| index 41a6a6feaaef46e0c9396f77fc7d0359d639b0ef..202bb23c46e74136be1907b5ced7fb87f03c1769 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
|
| @@ -107,6 +107,7 @@ void useNode(tree.Node node) {
|
| ..asPart()
|
| ..asPartOf()
|
| ..asRethrow()
|
| + ..asReturn()
|
| ..asStatement()
|
| ..asStringInterpolation()
|
| ..asStringInterpolationPart()
|
|
|