typeassert: Expected Type, got TypeVar with ANY keyword argument #21510
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:lowering
Syntax lowering (compiler front end, 2nd stage)
When a keyword argument is declared with
ANY
type, things don't work:This may or may not be a problem (possibly it's intentional?); but if not, then the definition of
Base.summarysize
should be fixed.The text was updated successfully, but these errors were encountered: