Skip to content

Commit ea1d8f9

Browse files
deprecate ops.long.S (#18426)
Resolves #18342
2 parents 932c10d + 67fe94e commit ea1d8f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/scala/compiletime/ops/long.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ object long:
1515
* ```
1616
* @syntax markdown
1717
*/
18+
@deprecated("The Successor feature for `Long` never worked, and after careful consideration it was decided to not support it at all.", "3.3.1")
1819
type S[N <: Long] <: Long
1920

2021
/** Addition of two `Long` singleton types.

0 commit comments

Comments
 (0)