intersystems / intersystems/language-server
bug: no error reported in a syntactically wrong case of do commands
Open
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 12
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 8
Description
In dotted do commands, there should be an error if someone tries to write statements on the same line of a block comment after the do. For example:
is not valid, as shown below:
You must remove the block comment to make that valid:
Gives:
Contributor guide
Assessment
This issue has not been assessed yet.