| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
void visitTypeArguments(TypeArguments instr) {Should there be a similar check for constants which contain type arguments inside?
switch (user) {I would have expected `Suspend` (with typecheck) to be in this list as well given how `addSuspend` looks like.
final obj = await x; // ignore: await_only_futuresConsider adding a test where runtime type check is non-constant.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thank you for the thorough review!
PTAL once again
Should there be a similar check for constants which contain type arguments inside?
Done
I would have expected `Suspend` (with typecheck) to be in this list as well given how `addSuspend` looks like.
Done
Consider adding a test where runtime type check is non-constant.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[modular_aot] Translate async/async*/sync*/await/yield/yield* to CFG IR
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |