summaryrefslogtreecommitdiff
path: root/test/files/pos/bug1056.scala
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug 1056: due to mixed use of normalized ...Adriaan Moors2007-04-181-0/+5
fixed bug 1056: due to mixed use of normalized and non-normalized types should normalize types that were previously tested by a predicate that implicitly considered the normalized type. Before, given e.g., type X = Function[String, String], ``X''.isFunctionType was true (uses symbol, which normalizes), but ``X''.typeArgs.isEmpty (the alias doesn't have any type arguments) (there are probably more cases like this, for now looked for .typeArgs)