mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
After f0933ab69e, //tools/const_finder/lib/const_finder.dart was copied to the package:kernel source so that internal AST structures could be changed without breaking flutter/engine.
This change deletes that file, and updates //tools/const_finder/bin/main.dart to depend on the package:kernel version instead.
We are still running all the same integration tests we did previously.
FYI @johnniwinther