summaryrefslogblamecommitdiff
path: root/test/files/run/reify-repl-fail-gracefully.check
blob: 29ccee3cc621d53c47ede290be8fb0118388764b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                                           








                                              
                                                                



                   
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>