summaryrefslogtreecommitdiff
path: root/test/files/run/t6113.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2013-02-07 18:45:34 +0100
committerEugene Burmako <xeno.by@gmail.com>2013-02-07 19:03:16 +0100
commit0d68a874e2158d9739abd3977ae0d9edd4a76e59 (patch)
tree00a45b678ef24b5258c4fa948d01076968461444 /test/files/run/t6113.check
parent3d318be51f8e8cdec314565920327486212f5020 (diff)
downloadscala-0d68a874e2158d9739abd3977ae0d9edd4a76e59.tar.gz
scala-0d68a874e2158d9739abd3977ae0d9edd4a76e59.tar.bz2
scala-0d68a874e2158d9739abd3977ae0d9edd4a76e59.zip
SI-6113 typeOf now works for type lambdas
It's not a problem to have an abstract type symbol in a ground type tag if that symbol is defined in the type being reified. This mechanics was already built in for existentials, now we extend it to include type params of poly types. Credit goes to @katefree
Diffstat (limited to 'test/files/run/t6113.check')
-rw-r--r--test/files/run/t6113.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t6113.check b/test/files/run/t6113.check
new file mode 100644
index 0000000000..65fb3cd090
--- /dev/null
+++ b/test/files/run/t6113.check
@@ -0,0 +1 @@
+Foo[[X](Int, X)]