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

scala> 

scala> def macro foo = ???
foo: Any

scala>