HaxeFoundation / HaxeFoundation/haxe
Names generated by @:generic conflict with manually declared names
Open
feature-generic
test-disabled
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
Using previous sample
https://github.com/HaxeFoundation/haxe/issues/8369
and adding
```haxe
typedef Generic_Some = Generic;
```
makes compiler hanging if that module is imported to main module. Same for using.
Contributor guide
Assessment
This issue has not been assessed yet.