File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
library/src/scala/compiletime/ops Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ object int:
183183 * ```
184184 * @syntax markdown
185185 */
186- @ deprecated(" Use compiletime.ops.any.ToString instead." ," 3.1 .0" )
186+ @ deprecated(" Use compiletime.ops.any.ToString instead." ," 3.2 .0" )
187187 type ToString [X <: Int ] <: String
188188
189189 /** Long conversion of an `Int` singleton type.
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ object Test {
7171 val t46 : Min [2 , 2 ] = 1 // error
7272 val t47 : Min [- 1 , - 1 ] = 0 // error
7373
74- val t48 : ToString [213 ] = " 213" // warning (deprecation)
75- val t49 : ToString [- 1 ] = " -1" // warning (deprecation)
74+ val t48 : ToString [213 ] = " 213"
75+ val t49 : ToString [- 1 ] = " -1"
7676
7777 val t52 : 1 ^ 2 = 3
7878 val t53 : 1 ^ 3 = 3 // error
You can’t perform that action at this time.
0 commit comments