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 2c9efde commit 3aa1d68Copy full SHA for 3aa1d68
library/src/scala/Conversion.scala
@@ -39,7 +39,7 @@ object Conversion:
39
* in all covariant positions of the types of parameter symbols.
40
*/
41
@experimental
42
- opaque type into[T] >: T = T
+ opaque type into[+T] >: T = T
43
44
/** Unwrap an `into` */
45
extension [T](x: into[T])
0 commit comments