bug
bug copied to clipboard
Scaladoc permits inheritDoc with different parameter names
Reproduction steps
Scala version: 2.13.12
getOrElseUpdate is missing defaultValue parameter
The specific doc problem will be fixed by amending the aberrant signature in MapOps.
Problem
Scaladoc should either complain when inheritDoc but the parameter names do not align, or just fix the doc automagically.
Scala itself doesn't care about parameter names in overrides.