summaryrefslogtreecommitdiff
path: root/test/files/run/reify-repl-fail-gracefully.check
blob: eac4d25869c85f869d93b5f42e79a566448b0f92 (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>:15: error: too few argument lists for macro invocation
       reify
       ^

scala> :quit