HaxeFoundation / HaxeFoundation/haxe

[display] find references not working on (get, never) property

Open
#7,255 6 comments 0 reactions 1 assignee Claimed by @Simn View on GitHub
feature-ide
Dominant language
Haxe
Stars
6.9k
Forks
715
Avg merge
2d 2h
Merged PRs (30d)
11

Description

```haxe
class Main {
static var foo(get, never):Bool;
static function get_foo() return false;

public static function main() {
trace(foo);
}
}
```

![](https://i.imgur.com/CS1C4Ax.png)

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.