intel / intel/dml-language-server
calling template type shared method when it does not exist gives no error
Open
enhancement
Medium Priority
- Dominant language
- Rust
- Stars
- 9
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
```
template foo {
}
template a {
param p : foo;
method test() {
p.hello(); // Raises no error in DLS
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.