✔ Void return type


function should_return_nothing(): void
{
    // Fatal error: A void function must not return a value
    return new Elephpant;
}
Parser stage, so no Error/Exception