aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/f-bounded-case-class.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix wildApprox functionMartin Odersky2017-02-071-0/+1
f-bounded-case-class.scala exhibited a StackOverflow in wildApprox before the fixes. The problem was due to F-bounds. Note: wildApprox is performance critical. I ran timed-bootstrap-repeated a couple of times to verify that the changes did not affect runtimes in significant ways. We should also watch out for a slowdown in the benchmark tests.