Laurent Deketelaere
Laurent Deketelaere
I don't get the point about DCE, because the const is in the generated PHP. By the way, the problem still with `@:keep` or `haxe -main Test.hx -php test -dce...
If you use DCE it makes sence, but here is not the case, and const is generated, but not accessible by `Reflect.field`. Bellow the PHP generated from the example :...
I still get the issue with 4.0.0-preview.3 on cpp. ```haxe class Main { public static inline var TEST="hehe"; public static function main() { trace("Haxe is great!"); var classReference : Class...
Still exisitng on 2025.9.1105. https://github.com/gitkraken/vscode-gitlens/issues/4584