HaxeFoundation / HaxeFoundation/haxe
haxe.Int64 typing error
Open
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
The following fails to compile with `haxe.Int64 should be Int` which is a bit weird:
```haxe
static function foo(v:Int,b:Bool) : haxe.Int64 {
return v << (b ? 2 : 4);
}
```
Contributor guide
Assessment
This issue has not been assessed yet.