Skip to content

Commit 78ef3ec

Browse files
committed
Another test case
1 parent ba624b5 commit 78ef3ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/pos/i10638.scala

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package woes
2+
3+
trait Txn[T <: Txn[T]]
4+
5+
trait Impl[Repr[~ <: Txn[~]]] {
6+
final type Ext = Extension[Repr] // Huh!
7+
}
8+
9+
trait Extension[Repr[~ <: Txn[~]]]

0 commit comments

Comments
 (0)