HaxeFoundation / HaxeFoundation/haxe
Missing ; error for final access property
Open
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
```hx
final bar(get, never):Int;
```
The above results in the following error: `Missing ;`
Could the error be improved? Something like "can't use final on access property" - might be a bit of a beginner trap
Contributor guide
Assessment
This issue has not been assessed yet.