In version 0.630 and `master` (with Python 3.7.0), I get this error : ```py def foo() -> None: global myglobal myglobal = 2 # error: Name 'myglobal' is not defined ``` I thought that I should not get an error. Is this behavior correct?