HaxeFoundation / HaxeFoundation/haxe
[display] hover on Map constructor call
Open
bug
feature-ide
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
Not sure I've seen this many compiler internals exposed in a single hover yet. :D

- `_new` instead of `new`
- `_Map` (this is #5627 I guess)
- `_Impl_`
- monomorphs (also expected here I guess)
```haxe
class Main {
static function main() {
var map = new Map();
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.