intel / intel/dml-language-server

Does not warn about wrong number of arguments to a method

Open
#67 0 comments 0 reactions 1 assignee Claimed by @JonatanWaern View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.