mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c9cec60007
Using string1 === string2 translates to identical(string1, string2) in dart, which is incorrect as it is possilbe for dart strings to have different reference.