```
module Foo;
class Foo {...}
```The class `Foo` can no longer be imported with `import Foo;` This is a surprising breaking change. Perhaps it should be documented more explicitly.
```
module Foo;
class Foo {...}
```The class `Foo` can no longer be imported with `import Foo;` This is a surprising breaking change. Perhaps it should be documented more explicitly.