Old type parameter syntax deprecation loses information #23010
Labels
bug
Indicates an unexpected problem or unintended behavior
deprecation
This change introduces or involves a deprecation
The following message came from JSON.jl:
Note how the parsed representation leaks into the method signature, and how the initial use has the constraint
T<:Associative
, whereas the suggested replacement has no bound onT
, nor does it list the keyword arguments present in the original signature.This was introduced by #22834.
The text was updated successfully, but these errors were encountered: