object StepThree extends App { import scala.reflect.runtime.universe._ println(typeOf[StepThree.type]) }