We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba624b5 commit 78ef3ecCopy full SHA for 78ef3ec
tests/pos/i10638.scala
@@ -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