HaxeFoundation / HaxeFoundation/haxe

exposing underlying Int64 operations on abstracts fails

Open
#5,603 2 comments 0 reactions 1 assignee Claimed by @Simn View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.