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:
183
183
* ```
184
184
* @syntax markdown
185
185
*/
186
- @ deprecated(" Use compiletime.ops.any.ToString instead." ," 3.1 .0" )
186
+ @ deprecated(" Use compiletime.ops.any.ToString instead." ," 3.2 .0" )
187
187
type ToString [X <: Int ] <: String
188
188
189
189
/** Long conversion of an `Int` singleton type.
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ object Test {
71
71
val t46 : Min [2 , 2 ] = 1 // error
72
72
val t47 : Min [- 1 , - 1 ] = 0 // error
73
73
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"
76
76
77
77
val t52 : 1 ^ 2 = 3
78
78
val t53 : 1 ^ 3 = 3 // error
You can’t perform that action at this time.
0 commit comments