summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-06-03 17:40:15 -0700
committerPaul Phillips <paulp@improving.org>2013-06-03 17:40:15 -0700
commit2d684df991f5c94f1fe792f8f02da2164a24c649 (patch)
tree420d0fdaa0e57be468db6bef2b06e2dd53ea9a32 /test/files/run
parent69887ddd682057c4787e2e4377830390faf8ecf1 (diff)
parent14534c693d2eb6acafaf8244c14b5643388fbd67 (diff)
downloadscala-2d684df991f5c94f1fe792f8f02da2164a24c649.tar.gz
scala-2d684df991f5c94f1fe792f8f02da2164a24c649.tar.bz2
scala-2d684df991f5c94f1fe792f8f02da2164a24c649.zip
Merge pull request #2615 from paulp/issue/7517
SI-7517 type constructors too eagerly normalized.
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/t6113.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6113.check b/test/files/run/t6113.check
index 65fb3cd090..56c11d1fab 100644
--- a/test/files/run/t6113.check
+++ b/test/files/run/t6113.check
@@ -1 +1 @@
-Foo[[X](Int, X)]
+Foo[AnyRef{type l[X] = (Int, X)}#l]