summaryrefslogtreecommitdiff
path: root/test/files/run/spec-matrix.check
Commit message (Collapse)AuthorAgeFilesLines
* Tightened what gets specialized: only when the ...Iulian Dragos2010-05-051-0/+1
| | | | | | | | Tightened what gets specialized: only when the type parameter appears at top level, or as a type argument to a Java array. For example T, Array[T] cause specialization, but List[T] does not. Resurrected spec-matrix, forgotten among the disabled tests. No review.
* Made the icode reader more resilient to errors.Iulian Dragos2010-04-131-1/+0
| | | | | | | symbol does not cause any crashes, but the method using an unknown symbol will not be used for inlining. Resurrected tests, removed spec-matrix for the moment. No review.
* Specialized types are not substituted inside ty...Iulian Dragos2010-02-221-0/+1
Specialized types are not substituted inside type arguments. Closes #3085, no review.