Skip to content

Commit 50bbafb

Browse files
committed
chore: make the stdlib compile because of stale symbols
1 parent ece019f commit 50bbafb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/src/scala/Conversion.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ object Conversion:
3838
* conversions are tried from the type of `t` to `T`. `into[T]` types are erased to `T`
3939
* in all covariant positions of the types of parameter symbols.
4040
*/
41-
@experimental
42-
opaque type into[+T] >: T = T
41+
//@experimental
42+
//opaque type into[+T] >: T = T
4343

4444
/** Unwrap an `into` */
45-
extension [T](x: into[T])
46-
@experimental def underlying: T = x
45+
//extension [T](x: into[T])
46+
// @experimental def underlying: T = x
4747

4848
end Conversion

0 commit comments

Comments
 (0)