This type checks, but crashes in runtime with `NameError`: ``` class A: def f(x: A) -> None: pass ``` I think it's better if mypy reported an error `Name "A" should be a forward reference`.