legacy-svn-scala/test
extempore 9cf65a8d6c Intersection types made specializable.
Formerly a specializable type parameter would be missed if in
an intersection.

  trait Trait[@specialized T] {
    def f[T](x: Foo[T] with Bar) = x
  }

Now that is specialized, as it already was in the "Foo[T]" case.
Closes SI-4794, no review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@25613 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2011-09-06 02:48:52 +00:00
..
attic/files/cli If I work on this patch any longer without checking in I 2010-04-05 06:24:22 +00:00
benchmarks Sped up traversal over mutable maps by a factor of two. 2011-08-01 22:44:52 +00:00
checker-tests A patch authored by martin to fix one of the big outstanding 2010-12-01 21:16:28 +00:00
debug Added test.debug target to build.xml. This will run whatever 2010-03-08 19:58:10 +00:00
disabled Moved test for scala-ide ticket-1000508 under /disabled/presentation/ directory, as the current test's result is wrong (the ticket is still opened). It will be moved back only once the ticket is closed. No review. 2011-09-05 10:17:17 +00:00
disabled-windows/script If I work on this patch any longer without checking in I 2010-04-05 06:24:22 +00:00
files Intersection types made specializable. 2011-09-06 02:48:52 +00:00
instrumented Added a test case for anyref specialization. Fixed some bugs in normalized term rewriting. 2011-02-09 15:46:50 +00:00
long-running/jvm Added test for #2078. 2009-06-22 13:46:34 +00:00
pending Renamed tests named bugXXX to tXXX, no review. 2011-08-24 17:11:55 +00:00
scaladoc Fixes SI-4507. Actually I can't reproduce this bug. No review. 2011-08-11 16:02:53 +00:00
simplejson updates to review script 2009-11-13 16:10:35 +00:00
support/annotations If I work on this patch any longer without checking in I 2010-04-05 06:24:22 +00:00
partest Tweaks repl tests to enforce -Yrepl-sync and other setup on all 2011-06-10 17:32:05 +00:00
partest.bat Updated copyright notices to 2011 2011-01-20 15:32:51 +00:00
postreview.py review board scipt 2009-11-13 15:53:11 +00:00
review another minor change to teh review script 2009-11-16 10:55:59 +00:00