summaryrefslogtreecommitdiff
path: root/test/files/run/t7985.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7985 Allow qualified type argument in patternsJason Zaugg2013-11-191-0/+3
We were considering the lower case `s` in `case _: Array[scala.Int]` as a sign that we were dealing with a type variable pattern. Now, we only do this if a lookahead confirms the absence of a the `.`