Skip to content

Commit 0631b50

Browse files
authored
Update i17186.scala
1 parent f0cf54f commit 0631b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/i17186.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type SecondOfTwo[X <: Tuple2[Any, Any]] = Tuple.Head[Tuple.Tail[X]]
2-
val a = implicitly[Second[Tuple2[Int, String]] =:= String]
2+
val a = implicitly[SecondOfTwo[Tuple2[Int, String]] =:= String]
33

44
type LastOfThree[X <: Tuple3[Any, Any, Any]] = Tuple.Tail[Tuple.Tail[X]]
55
val b = implicitly[LastOfThree[Tuple3[Int, String, Boolean]] =:= Tuple1[Boolean]]

0 commit comments

Comments
 (0)