summaryrefslogblamecommitdiff
path: root/test/files/run/macro-repl-dontexpand.check
blob: 99b70ea3dcaa25ceda42919ebba9f3fa0e220924 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                     
                           

       
Type in expressions to have them evaluated.
Type :help for more information.

scala> 

scala> def bar(c: scala.reflect.macros.Context) = ???
bar: (c: scala.reflect.macros.Context)Nothing

scala> def foo = macro bar
defined term macro foo: Any

scala>