mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
06e161f2dd
Fixes that the expression converter was producing code that throws a runtime error if a non-null assertion is used as a part of a safe read, write or call. Fixes #48742. PR Close #48801