mirror of
https://github.com/flutter/flutter.git
synced 2026-01-21 05:04:42 +08:00
updates the regex the analyzer uses, so it should be able to recognize expressions such as const Foo a = Foo(); as "other code" rather than a constructor call.