Open jurgenvinju opened 2 weeks ago
Describe the bug
To Reproduce
In rascal-lsp the util::LanguageServer module has this example where we
@deprecated
data
The checker now produces deprecation warnings also when the new constructor is being used instead of the old function signature.
str
set[str]
Describe the bug
To Reproduce
In rascal-lsp the util::LanguageServer module has this example where we
@deprecated
function that calls the new constructor (with the same name)data
type.The checker now produces deprecation warnings also when the new constructor is being used instead of the old function signature.
str
vsset[str]