HaxeFoundation / HaxeFoundation/haxe
Stream.Failure with unclosed ~ in conditional
Open
bug
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
Found this while trying to force some errors for #8687:
```haxe
#if ~
#end
#if true // Stream.Failure
#end
```
Contributor guide
Assessment
This issue has not been assessed yet.