aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i2064.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #2064: Avoid illegal types in OrDominatorMartin Odersky2017-03-081-0/+15
Need to skip type bounds in `underlying` chain, since TypeBounds is not a legal operand type for OrType.