Currently the following code breaks in checkpy: ```Py def foo(): pass foo.x = 3 ```
Currently the following code breaks in checkpy: