mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Function calls were not tested and the definitions of function parameters were output separately, since the transpiler used to output function declarations before implementations. Closes issue flutter/flutter#89083