summaryrefslogtreecommitdiff
path: root/test/files/run/t6392b.check
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2012-09-20 02:05:15 -0700
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2012-09-20 02:05:15 -0700
commit4db37e459e9894d6c0ac20177e44062a9088b970 (patch)
tree4c5d5e61fe752b3c253eea4dcb2a24d73359def8 /test/files/run/t6392b.check
parent3b120ff12891968d02296abb60adb9137d335ae2 (diff)
parentb8362d6aa42433ea4d423f7498d5fae155dc68b0 (diff)
downloadscala-4db37e459e9894d6c0ac20177e44062a9088b970.tar.gz
scala-4db37e459e9894d6c0ac20177e44062a9088b970.tar.bz2
scala-4db37e459e9894d6c0ac20177e44062a9088b970.zip
Merge pull request #1358 from scalamacros/ticket/6392
SI-6392 wraps non-terms before typecheck/eval
Diffstat (limited to 'test/files/run/t6392b.check')
-rw-r--r--test/files/run/t6392b.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t6392b.check b/test/files/run/t6392b.check
new file mode 100644
index 0000000000..ee19836b95
--- /dev/null
+++ b/test/files/run/t6392b.check
@@ -0,0 +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(())))))))