summaryrefslogblamecommitdiff
path: root/test/files/run/reify-repl-fail-gracefully.check
blob: c78d95dbede1df425cba9975eb72e1f3d7153273 (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: missing arguments for macro method reify in class Universe
              reify
              ^

scala>