Skip to content

Commit 3aa1d68

Browse files
committed
Make Conversion.into covariant
1 parent 2c9efde commit 3aa1d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/Conversion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ object Conversion:
3939
* in all covariant positions of the types of parameter symbols.
4040
*/
4141
@experimental
42-
opaque type into[T] >: T = T
42+
opaque type into[+T] >: T = T
4343

4444
/** Unwrap an `into` */
4545
extension [T](x: into[T])

0 commit comments

Comments
 (0)