No, because private/internal methods are not part ...
# announcements
d
No, because private/internal methods are not part of your public API, it's ok if their return type is not clearly defined. But public methods, well, they are public and other code can depend on their return type.
👍 1