summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2013-08-02 01:02:16 +0200
committerEugene Burmako <xeno.by@gmail.com>2013-08-10 15:53:00 +0200
commit1dac5ef13ded3257f471ce9d3fbbdd9d421cfd06 (patch)
treee8b60535ec930d1695517ba80de3b8500d9d0fc5 /test/files
parentfd9fa7233052698595f23af4a233ae6e13e13758 (diff)
downloadscala-1dac5ef13ded3257f471ce9d3fbbdd9d421cfd06.tar.gz
scala-1dac5ef13ded3257f471ce9d3fbbdd9d421cfd06.tar.bz2
scala-1dac5ef13ded3257f471ce9d3fbbdd9d421cfd06.zip
showRaw now prints symbols of def trees
A very useful addition that came in handy when hacking macro annotations
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/t6392b.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6392b.check b/test/files/run/t6392b.check
index e9c7ecaa34..b7872f0e08 100644
--- a/test/files/run/t6392b.check
+++ b/test/files/run/t6392b.check
@@ -1 +1 @@
-ModuleDef(Modifiers(), newTermName("C"), Template(List(Select(Ident(scala#PK), newTypeName("AnyRef")#TPE)), emptyValDef, List(DefDef(Modifiers(), nme.CONSTRUCTOR, List(), List(List()), TypeTree(), Block(List(Apply(Select(Super(This(newTypeName("C")), tpnme.EMPTY), nme.CONSTRUCTOR#PCTOR), List())), Literal(Constant(())))))))
+ModuleDef(Modifiers(), newTermName("C")#MOD, Template(List(Select(Ident(scala#PK), newTypeName("AnyRef")#TPE)), emptyValDef, List(DefDef(Modifiers(), nme.CONSTRUCTOR#PCTOR, List(), List(List()), TypeTree(), Block(List(Apply(Select(Super(This(newTypeName("C")), tpnme.EMPTY), nme.CONSTRUCTOR#PCTOR), List())), Literal(Constant(())))))))