File tree 3 files changed +3
-19
lines changed
library/src/scala/runtime/stdLibPatches
3 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -162,33 +162,19 @@ object language:
162
162
@ compileTimeOnly(" `3.1` can only be used at compile time in import statements" )
163
163
object `3.1`
164
164
165
+ /* This can be added when we go to 3.2
165
166
/** Set source version to 3.2-migration.
166
167
*
167
- * @see [[https://docs. scala-lang.org/scala3/guides/ migration/compatibility-intro.html ]]
168
+ * @see [[https://scalacenter.github.io/ scala-3-migration-guide/docs/scala-3- migration-mode ]]
168
169
*/
169
170
@compileTimeOnly("`3.2-migration` can only be used at compile time in import statements")
170
171
object `3.2-migration`
171
172
172
173
/** Set source version to 3.2
173
174
*
174
- * @see [[https://docs. scala-lang.org/scala3/guides/ migration/compatibility-intro.html ]]
175
+ * @see [[https://scalacenter.github.io/ scala-3-migration-guide/docs/scala-3- migration-mode ]]
175
176
*/
176
177
@compileTimeOnly("`3.2` can only be used at compile time in import statements")
177
178
object `3.2`
178
-
179
- /* This can be added when we go to 3.3
180
- /** Set source version to 3.3-migration.
181
- *
182
- * @see [[https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html ]]
183
- */
184
- @compileTimeOnly("`3.3-migration` can only be used at compile time in import statements")
185
- object `3.3-migration`
186
-
187
- /** Set source version to 3.3
188
- *
189
- * @see [[https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html ]]
190
- */
191
- @compileTimeOnly("`3.3` can only be used at compile time in import statements")
192
- object `3.3`
193
179
*/
194
180
end language
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments