Closed seanyoung closed 11 months ago
Attention: 10 lines
in your changes are missing coverage. Please review.
Comparison is base (
68b59a4
) 87.94% compared to head (e2819a3
) 88.14%.
Files | Patch % | Lines |
---|---|---|
src/codegen/expression.rs | 82.14% | 5 Missing :warning: |
src/sema/eval.rs | 85.00% | 3 Missing :warning: |
src/sema/expression/member_access.rs | 98.38% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
If there are no further comments, I'll merge
This makes the ast correct, and also the following code is now parsed correctly:
type(enum-type).min
ortype(enum).min
is now supported.This fixes all the issues wrt
type(T)
in the solc tests.