HaxeFoundation / HaxeFoundation/hxcpp

Errors where function named Array returns Generic of Array

Open
#1,117 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
330
Forks
227
Avg merge
2d 16h
Merged PRs (30d)
18

Description

```haxe
class Main {
static function main() {
}
//fails silently
static function Array(self:std.Array):TestWrap>{
return self;
}
}
@:forward abstract TestWrap(T) from T to T{

}
```

e1798e6f7bf61f01d0ddae38785e0113cd285d4a

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.