| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
void _implicitGetter(ast.Field node) {nit: consider naming these with `build` prefix (e.g. `_buildImplicitGetter`) to make it more obvious what they do.
FlowGraph graph,Maybe `inputCount` should have been a named parameter. Then you could use `super.` parameters here as well.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
PTAL once again - approval was removed.
nit: consider naming these with `build` prefix (e.g. `_buildImplicitGetter`) to make it more obvious what they do.
Done
Maybe `inputCount` should have been a named parameter. Then you could use `super.` parameters here as well.
That's an excellent suggestion! Declaration of IR instructions is now more readable and has less repetitions.
| 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. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Support more function kinds and nodes in AST-to-IR translation
Add support for getters, setters, constructors, implicit field getters,
implicit field setters, field initializers.
Support all kinds of constructor initializers, super and
constructor invocations.
Add IR instructions for field loads and stores and object allocation.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |