I have the following function:
function neverEnd(): never { throw Error(\'Error\'); }
I use it in another function like so:
fu