aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i830.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #830: Compiler hangs on implicit search with singleton &/|Martin Odersky2015-10-221-0/+6
In fact we get a deep subtype recursion when compileing i830.scala. The problem goes away once we make use of the fact that the intersection of two singleton types which are not subtypes of each other is empty.