Skip to content

Commit e5a54e8

Browse files
committed
Test reshuffling
- Delete redundant t2660 (exists elready in pos) - Comment t1756 - Recategorize tryexpr
1 parent 8fa92ac commit e5a54e8

File tree

3 files changed

+5
-25
lines changed

3 files changed

+5
-25
lines changed

tests/pending/pos/t1756.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ with expected type A with Poly[A]. And no solution is found.
1818
To solve this, I added a fallback scheme similar to implicit arguments:
1919
When an implicit view that adds a method matching given arguments and result
2020
type fails, try again without the result type.
21+
22+
However, troubles are not yet over. We now get an oprhan poly param C when pickling
23+
and, if typr printer and -Ylog:front is on, an infinite type of the form
24+
25+
mu x. Ring[LazyRef(x) & A]
2126
*/
2227
trait Ring[T <: Ring[T]] {
2328
def +(that: T): T

tests/pending/pos/t2660.scala

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)