summaryrefslogtreecommitdiff
path: root/test/files/run/macro-repl-dontexpand.check
blob: 9c35aad6b172a53b20ed864a539787064a1b261c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Type in expressions to have them evaluated.
Type :help for more information.

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>