I get a failed assertion when doing this:
void Main() { ref@ a = "a"; }
The assertion:
asASSERT(expr->type.dataType.IsObjectHandle());
![](https://uploads.gamedev.net/forums/monthly_2024_09/521122190cb44152827771ed17ec8ad7.image.png)
Maybe my version of ref
isn't the latest version, but I think this might be a core Angelscript issue. Originally this was reported here: https://github.com/openplanet-nl/issues/issues/547