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