summaryrefslogtreecommitdiff
path: root/test/files/jvm/typerep.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* Renamed Application to App.Martin Odersky2011-02-211-1/+1
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+0
| | | | | | | | [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.
* 1.4-related cleanup and reorganization.Antonio Cunei2009-05-151-8/+17
| | | | | | | Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates.
* chyanged implicits so that implicit Builder pat...Martin Odersky2009-03-171-2/+2
| | | | | chyanged implicits so that implicit Builder pattern works.
* Moved pending tests that succeed to their place...Iulian Dragos2008-06-111-0/+374
| | | | | | Moved pending tests that succeed to their place in the 'files' directory.
* moved typerep test to jvm5michelou2008-03-121-383/+0
|
* updated typerep testmichelou2008-03-111-8/+17
|
* build target is now 1.5Martin Odersky2008-01-171-0/+374
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* Had to create a test/pending/jvm5 directory.Geoffrey Washburn2008-01-111-374/+0
| | | | | Moved tests that are failing, but no present fixes into pending.
* -target 1.5 now the default.Martin Odersky2007-12-191-6/+6
|
* added type param to Classmichelou2007-12-191-3/+4
|
* runtime tests of type representationmichelou2007-11-131-0/+373