File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
accepted/future-releases/variance Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ variance modifiers in type parameter declarations are ignored.
367
367
* To maintain a sound heap in a mixed program execution (that is, when both
368
368
legacy libraries and libraries with sound variance exist), it is then
369
369
necessary to perform some type checks at run time. In particular, a
370
- dynamic type check is performed on method calls: The actual argument for
370
+ dynamic type check is performed on method calls, on the actual argument for
371
371
each instance method parameter whose declared type contains a contravariant
372
372
type variable. Moreover, a caller-side check is performed on each
373
373
expression whose static type contains a contravariant type variable.*
You can’t perform that action at this time.
0 commit comments