From 67fe94e9cd447912422e1cee3257e9df6ef060e6 Mon Sep 17 00:00:00 2001 From: oronpo Date: Sun, 20 Aug 2023 23:55:13 +0300 Subject: [PATCH] deprecate `ops.long.S` --- library/src/scala/compiletime/ops/long.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/library/src/scala/compiletime/ops/long.scala b/library/src/scala/compiletime/ops/long.scala index b900eafca066..708fae3f07f3 100644 --- a/library/src/scala/compiletime/ops/long.scala +++ b/library/src/scala/compiletime/ops/long.scala @@ -15,6 +15,7 @@ object long: * ``` * @syntax markdown */ + @deprecated("The Successor feature for `Long` never worked, and after careful consideration it was decided to not support it at all.", "3.3.1") type S[N <: Long] <: Long /** Addition of two `Long` singleton types.