intel / intel/dml-language-server
Does not warn about wrong number of arguments to a method
Open
bug
Medium Priority
- Dominant language
- Rust
- Stars
- 9
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
```
device test;
template foo {
method hello() {
log info, 1: "hello";
}
}
template abc {
group f is foo;
method test() {
foo.hello("hello"); // Should be marked as error.
}
}
is abc;
```
Contributor guide
Assessment
This issue has not been assessed yet.