Type in expressions to have them evaluated. Type :help for more information. scala> import language.experimental.macros import language.experimental.macros scala> import scala.reflect.runtime.universe._ import scala.reflect.runtime.universe._ scala> scala> reify :15: error: too few argument lists for macro invocation reify ^ scala> :quit