legacy-svn-scala/test/files
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
..
android added Android build and test support 2007-11-27 19:49:42 +00:00
ant [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore. 2009-09-24 13:09:40 +00:00
bench/equality We have a handful of files with windows line endings amidst 2011-07-07 04:25:13 +00:00
buildmanager Since I don't want to commit anything "interesting" until 2011-05-01 05:10:58 +00:00
continuations-neg Moved test out of pending, closes SI-3628, no review. 2011-07-29 22:02:24 +00:00
continuations-run applying patch provided by Topher, fixes #3501. no review. 2011-08-23 11:14:53 +00:00
detach-neg Renamed Application to App. 2011-02-21 18:32:06 +00:00
detach-run We have a handful of files with windows line endings amidst 2011-07-07 04:25:13 +00:00
jvm Renamed tests named bugXXX to tXXX, no review. 2011-08-24 17:11:55 +00:00
lib Workaround for scalacheck calling System.exit during testing. 2011-07-18 08:00:13 +00:00
neg Offer warning when demonstrably non-side-effecting expressions appear in 2011-09-05 00:11:29 +00:00
pos Made it possible to supply a custom Global to the core scala runners. 2011-09-01 02:31:55 +00:00
positions Reversed the values of "is" and "is not" in recent for comprehension deprecation. 2011-08-10 00:55:15 +00:00
presentation 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
res Renamed tests named bugXXX to tXXX, no review. 2011-08-24 17:11:55 +00:00
run Intersection types made specializable. 2011-09-06 02:48:52 +00:00
scalacheck We have a handful of files with windows line endings amidst 2011-07-07 04:25:13 +00:00
scalap Fix a scalap checkfile, no review. 2011-07-01 15:55:09 +00:00
shootout Reversed the values of "is" and "is not" in recent for comprehension deprecation. 2011-08-10 00:55:15 +00:00
specialized Removing the code which has been deprecated since 2.8.0. Contributed by 2011-08-15 20:48:25 +00:00
speclib Applied a few more fixes for specialization and added a new instrumented jar. Review by dragos. 2011-02-09 16:16:55 +00:00
gitignore.SAMPLE adding gitignore sample files. if someone feels strongly about not having them feel free to remove them. this commit is mainly for me to test the code review thing, so review by extempore, but not really. 2010-10-18 12:58:49 +00:00