File tree 3 files changed +3
-18
lines changed
library/src/scala/runtime/stdLibPatches
3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -162,33 +162,20 @@ 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
168
* @see [[https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html ]]
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
- /** Set source version to 3.1
173
+ /** Set source version to 3.2
173
174
*
174
175
* @see [[https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html ]]
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
*/
180
+
194
181
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