intel / intel/dml-language-server

calling template type shared method when it does not exist gives no error

Open
#66 1 comment 0 reactions 0 assignees View on GitHub
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

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.