feat: implement method calls #577
89.60% of diff hit (target 87.61%)
View this Pull Request on Codecov
89.60% of diff hit (target 87.61%)
Annotations
Check warning on line 238 in crates/mun_codegen/src/ir/body.rs
codecov / codecov/patch
crates/mun_codegen/src/ir/body.rs#L238
Added line #L238 was not covered by tests
Check warning on line 890 in crates/mun_hir/src/diagnostics.rs
codecov / codecov/patch
crates/mun_hir/src/diagnostics.rs#L888-L890
Added lines #L888 - L890 were not covered by tests
Check warning on line 914 in crates/mun_hir/src/diagnostics.rs
codecov / codecov/patch
crates/mun_hir/src/diagnostics.rs#L912-L914
Added lines #L912 - L914 were not covered by tests
Check warning on line 411 in crates/mun_hir/src/expr.rs
codecov / codecov/patch
crates/mun_hir/src/expr.rs#L410-L411
Added lines #L410 - L411 were not covered by tests
Check warning on line 60 in crates/mun_hir/src/expr/validator/uninitialized_access.rs
codecov / codecov/patch
crates/mun_hir/src/expr/validator/uninitialized_access.rs#L59-L60
Added lines #L59 - L60 were not covered by tests
Check warning on line 283 in crates/mun_hir/src/method_resolution.rs
codecov / codecov/patch
crates/mun_hir/src/method_resolution.rs#L278-L283
Added lines #L278 - L283 were not covered by tests
Check warning on line 92 in crates/mun_hir/src/ty/infer.rs
codecov / codecov/patch
crates/mun_hir/src/ty/infer.rs#L90-L92
Added lines #L90 - L92 were not covered by tests
Check warning on line 599 in crates/mun_hir/src/ty/infer.rs
codecov / codecov/patch
crates/mun_hir/src/ty/infer.rs#L596-L599
Added lines #L596 - L599 were not covered by tests
Check warning on line 629 in crates/mun_hir/src/ty/infer.rs
codecov / codecov/patch
crates/mun_hir/src/ty/infer.rs#L629
Added line #L629 was not covered by tests
Check warning on line 703 in crates/mun_hir/src/ty/infer.rs
codecov / codecov/patch
crates/mun_hir/src/ty/infer.rs#L698-L703
Added lines #L698 - L703 were not covered by tests
Check warning on line 709 in crates/mun_hir/src/ty/infer.rs
codecov / codecov/patch
crates/mun_hir/src/ty/infer.rs#L708-L709
Added lines #L708 - L709 were not covered by tests
Check warning on line 444 in crates/mun_syntax/src/ast/generated.rs
codecov / codecov/patch
crates/mun_syntax/src/ast/generated.rs#L442-L444
Added lines #L442 - L444 were not covered by tests
Check warning on line 833 in crates/mun_syntax/src/ast/generated.rs
codecov / codecov/patch
crates/mun_syntax/src/ast/generated.rs#L833
Added line #L833 was not covered by tests
Check warning on line 99 in crates/mun_syntax/src/parsing/grammar/adt.rs
codecov / codecov/patch
crates/mun_syntax/src/parsing/grammar/adt.rs#L94-L99
Added lines #L94 - L99 were not covered by tests
Check warning on line 256 in crates/mun_syntax/src/parsing/grammar/expressions.rs
codecov / codecov/patch
crates/mun_syntax/src/parsing/grammar/expressions.rs#L255-L256
Added lines #L255 - L256 were not covered by tests