Skip to content

Commit 875ec04

Browse files
committed
Comment out 16583 test that fails
1 parent 446240b commit 875ec04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/pos/16583.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ val ll1 = constValueTuple[("one", "two", "three")].toList
55
val ll3: List["one" | ("two" | ("three" | Nothing))] = constValueTuple[("one", "two", "three")].toList
66
val ll4: List["one" | ("two" | "three")] = constValueTuple[("one", "two", "three")].toList
77

8+
/*
89
inline def labels[Labels <: Tuple](using ev: Tuple.Union[Labels] <:< String): List[String] =
910
val tmp = constValueTuple[Labels].toList
1011
ev.substituteCo( tmp )
1112
1213
def test = labels[("one", "two", "three")].mkString("<", ", ", ">")
14+
*/
1315

1416
def test2(tup: ("one", "two", "three")) = tup.toList
1517

0 commit comments

Comments
 (0)