HaxeFoundation / HaxeFoundation/haxe
exposing underlying Int64 operations on abstracts fails
Open
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
As per https://haxe.org/manual/types-abstract-operator-overloading.html#exposing-underlying-type-operations the following should work:
```haxe
import haxe.Int64;
abstract Term(Int64) {
public inline function new(v:Int64) this=v;
@:op(A
Contributor guide
Assessment
This issue has not been assessed yet.