summaryrefslogtreecommitdiff
path: root/test/files/neg/t5067.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-04-20 01:00:24 +0100
committerPaul Phillips <paulp@improving.org>2012-04-24 19:59:27 -0700
commit1d0372f84f9a7325a47beb55169cc454895ef74b (patch)
tree920b95193b2cbb63b75517d67c668eda1d563a06 /test/files/neg/t5067.check
parent211df62491ada71a4a574fd2314942ab3c4a4ba8 (diff)
downloadscala-1d0372f84f9a7325a47beb55169cc454895ef74b.tar.gz
scala-1d0372f84f9a7325a47beb55169cc454895ef74b.tar.bz2
scala-1d0372f84f9a7325a47beb55169cc454895ef74b.zip
Moved ancillary methods off specialized traits.
Moved compose/andThen off Function1, curried/tupled off Function2. Pushed Tuple2 zipped into auxiliary class. Created implicits to plaster over the changes. This drops several hundred classfiles and takes (unoptimized) scala-library.jar from 7.8 Mb to 7.4 Mb.
Diffstat (limited to 'test/files/neg/t5067.check')
-rw-r--r--test/files/neg/t5067.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/neg/t5067.check b/test/files/neg/t5067.check
index 32491766d7..395eda7442 100644
--- a/test/files/neg/t5067.check
+++ b/test/files/neg/t5067.check
@@ -1,6 +1,6 @@
t5067.scala:3: error: type mismatch;
- found : ((Int, Int)) => Int
- required: (Int, Int) => Int
- override def tupled: (Int, Int) => Int = super.tupled
- ^
+ found : ((Int, Int, Int)) => Int
+ required: (Int, Int, Int) => Int
+ override def tupled: (Int, Int, Int) => Int = super.tupled
+ ^
one error found