mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, annotations which were const objects (as opposed to const instance creation expressions) were incorrectly output as instance creation expressions. Before: ``` const override() // A const instance creation expression ``` After ``` override // A const instance ``` Closes #4481 |
||
|---|---|---|
| .. | ||
| src/transform | ||
| transformer.dart | ||