BUG: Ink compiler crash on defining a Const divert target
Open
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
```
CONST a = -> abc
-> DONE
=== function abc(x)
{x}
```
Changing the first line to VAR makes the code compiler fine. (Note: I thought this worked, but even if it doesn't it shouldn't crash the compiler.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.