HaxeFoundation / HaxeFoundation/hxcpp
Errors where function named Array returns Generic of Array
Open
- 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.