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 ece019f commit 50bbafbCopy full SHA for 50bbafb
library/src/scala/Conversion.scala
@@ -38,11 +38,11 @@ object Conversion:
38
* conversions are tried from the type of `t` to `T`. `into[T]` types are erased to `T`
39
* in all covariant positions of the types of parameter symbols.
40
*/
41
- @experimental
42
- opaque type into[+T] >: T = T
+ //@experimental
+ //opaque type into[+T] >: T = T
43
44
/** Unwrap an `into` */
45
- extension [T](x: into[T])
46
- @experimental def underlying: T = x
+ //extension [T](x: into[T])
+ // @experimental def underlying: T = x
47
48
end Conversion
0 commit comments