flag to disable implicit dynamic in generic type annotations #26784
Labels
legacy-area-analyzer
Use area-devexp instead.
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
no-implicit-dynamic still allows things like:
If we require that to be written as
C<dynamic>
it makes the dynamic dispatch a bit more obvious. I think what we'd want to do here is interpretC
asC<Object>
, that way the simple syntax can still be used, but it becomes safer statically if someone is using this flag.Context #25573 (comment)
The text was updated successfully, but these errors were encountered: