summaryrefslogblamecommitdiff
path: root/test/files/run/macro-repl-dontexpand.check
blob: 35845f0cff148e9db08140873f205eb4a3692e6e (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.makro.Context) = ???
bar: (c: scala.reflect.makro.Context)Nothing

scala> def foo = macro bar
foo: Any

scala>