| Index: sdk/lib/_internal/compiler/implementation/scanner/listener.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/scanner/listener.dart b/sdk/lib/_internal/compiler/implementation/scanner/listener.dart
|
| index dc912fb6dc637361375f5330459e94aaddb676c0..6b955ba17e7cc9e4002fb49d149b9f6ddd72add8 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/scanner/listener.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/scanner/listener.dart
|
| @@ -899,6 +899,7 @@ class ElementListener extends Listener {
|
| TypeAnnotation bound = popNode();
|
| Identifier name = popNode();
|
| pushNode(new TypeVariable(name, bound));
|
| + rejectBuiltInIdentifier(name);
|
| }
|
|
|
| void endTypeVariables(int count, Token beginToken, Token endToken) {
|
|
|