dart-archive / angular_analyzer_plugin

WORK MOVED TO dart-lang/angular repository
https://github.com/dart-lang/angular/tree/master/angular_analyzer_plugin
68 stars 13 forks source link

Fix declaration casts, now that implicit downcasts are off. #676

Closed MichaelRFairhurst closed 5 years ago

MichaelRFairhurst commented 5 years ago

2.1.0 stable does not catch declaration casts when implicit downcasts are disabled, which is when I migrated this project and turned that flag on.

Fix for 2.1.1-dev.1 which does not even accept declaration casts.