summaryrefslogblamecommitdiff
path: root/test/files/run/macro-repl-dontexpand.check
blob: 628a9146c4ce7062275fd12d688cb9a58889646a (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> 

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

scala> def foo = macro bar
foo: Any

scala>