Comment #0 by eatingstaples — 2011-01-21T06:59:54Z
Created attachment 874
Code demonstrating the issue.
Overriding a function in a base class with the same parameters, but different
qualifiers on those parameters (such as const or immutable) causes an error,
even if the parameters are value-type parameters.
Comment #1 by yebblies — 2011-06-15T23:37:29Z
This is contravariance for parameters, and is not going to happen. See Walter's comments in issue 3075.