summaryrefslogtreecommitdiff
path: root/test/files/run/reify-repl-fail-gracefully.check
blob: c9e69744d607bbbdf2ae1c1b285c847af37693fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
<console>:12: error: too few argument lists for macro invocation
              reify
              ^

scala> :quit