Use of Any
as a value expression should be flagged as error
#6144
Labels
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
When
Any
is used outside of a type annotation in a regular value expression, it should be treated as a normalobject
for purposes of type checking. The following should generate an error, but does not currently:The text was updated successfully, but these errors were encountered: