``` class foo.Sample extends foo.NothingThere { att name: String } ``` Will create both `Sample` and `NothingThere`. This is pretty nasty. You expect an error to occur in such cases if NothingThere is not declared.