lsp-signature-rules-contravariant-covariant

Status: IN

LSP signature requirements are: contravariance of method parameter types, covariance of method return types, and new exceptions must be subtypes of supertype exceptions.

Source: entries/2026/06/17/liskov-substitution-principle.md

Depended on by

JSON