intersystems / intersystems/language-server
bug: no error for syntactically wrong subroutine
Open
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 12
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 8
Description
There should be an error if someone tries to declare public variables with [x,y] in a subroutine that is not a block.
For example:
is not valid, as shown below:
you must add brackets:
and then it compiles as expected.
Contributor guide
Assessment
This issue has not been assessed yet.