I get a failed assertion when doing this:
void Main() { ref@ a = "a"; }
The assertion:
asASSERT(expr->type.dataType.IsObjectHandle());
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