summaryrefslogtreecommitdiff
path: root/test/files/run/t5258a.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-01-31 15:02:48 +0100
committerEugene Burmako <xeno.by@gmail.com>2012-02-01 23:43:32 +0100
commit610027b3c50c6a46b26bcfe71013cebc172c146b (patch)
tree6522f581316a4a6b94f004cf2bfbdf34cc481fb2 /test/files/run/t5258a.check
parentfbd5efe49cf23b446762dfa5026e8bac82ab04fc (diff)
downloadscala-610027b3c50c6a46b26bcfe71013cebc172c146b.tar.gz
scala-610027b3c50c6a46b26bcfe71013cebc172c146b.tar.bz2
scala-610027b3c50c6a46b26bcfe71013cebc172c146b.zip
Hardens reification against rare kinds of Constants
Importers now correctly process constants that carry types and symbols. However, it is still impossible to reify classOf for a class/trait that is defined inside a quasiquote. Theoretically, this can be implemented, but will require attaching original trees to classOf constants, which needs much more effort.
Diffstat (limited to 'test/files/run/t5258a.check')
-rw-r--r--test/files/run/t5258a.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t5258a.check b/test/files/run/t5258a.check
new file mode 100644
index 0000000000..4e0b2da04c
--- /dev/null
+++ b/test/files/run/t5258a.check
@@ -0,0 +1 @@
+int \ No newline at end of file