Skip to content

Commit dfdd8bf

Browse files
committed
Disable invariant-cc test
1 parent 8fde1ad commit dfdd8bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/pos-custom-args/captures/invariant-cc.scala renamed to tests/pos-custom-args/captures/invariant-cc.scala.disabled

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import scala.annotation.unchecked.uncheckedVariance
33

44
trait IterableFactory[+CC[_]] extends Pure:
55

6+
// TODO: elem.type is not a singleton type
7+
68
def fill[A](n: Int)(elem: => A): CC[A]^{elem} = ???
79
def fill[A](n1: Int, n2: Int)(elem: => A): CC[(CC[A]^{elem}) @uncheckedVariance]^{elem} =
810
fill[CC[A]^{elem}](n1)(fill(n2)(elem))

0 commit comments

Comments
 (0)