```py def f(): a try: pass except Exception as ex: # error: Expression has type "Any" [misc] pass a = 1 + 1 ``` [playground](https://mypy-play.net/?mypy=latest&python=3.10&flags=strict%2Cdisallow-any-expr&gist=717ff04546bfcc3139e433ad8399273c)