Never Is The Lowest Ranking Type¶
It is always possible to use never as a compatible type in a return type. It is the lowest ranking type, and is compatible with anything else.
Of course, to finish implementing it, the method would also have to never return.
See Also¶
Always Compatible Returntype [Try me]