| 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 ddd2685e7a24897dede38cb4733251815c9c862d..de79fb6f41ea0320a82001db5d15f00f637a2c3b 100644
|
| --- a/pkg/compiler/lib/src/use_unused_api.dart
|
| +++ b/pkg/compiler/lib/src/use_unused_api.dart
|
| @@ -157,7 +157,7 @@ void useNode(tree.Node node) {
|
| ..asSwitchStatement()
|
| ..asSyncForIn()
|
| ..asTryStatement()
|
| - ..asNominalTypeAnnotation()
|
| + ..asTypeAnnotation()
|
| ..asTypeVariable()
|
| ..asTypedef()
|
| ..asWhile()
|
|
|