Skip to content

Commit 23609ec

Browse files
committed
Make isConst invariant
1 parent d913504 commit 23609ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/compiletime/ops/any.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object any:
4242
* @syntax markdown
4343
*/
4444
@experimental
45-
type IsConst[+X] <: Boolean
45+
type IsConst[X] <: Boolean
4646

4747
/** String conversion of a constant singleton type.
4848
* ```scala

0 commit comments

Comments
 (0)