Skip to content

Rule: Default argument removed

Canonical rule slug: default-argument-removed. ← back to all rules

A parameter loses its default, so consumer calls that omitted the argument no longer compile.

Canonical demonstration