constructor new {}

object {
  inherits new

  method name {
    super.name
  }

  name
}
