Commit 1face3f
committed
Remove scala.Product0.
The addition of that trait is not essential to Scala 3. While it
can be argued that it should exist, there is nothing special in
Scala 3 compared to Scala 2 that makes it necessary. In the spirit
of reusing the Scala 2.13 standard library with as few deviations
as possible, we therefore remove it.
It could be added back when we revise the standard library on its
own.1 parent 01c9a8d commit 1face3f
2 files changed
+9
-25
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
253 | 259 | | |
| 260 | + | |
254 | 261 | | |
255 | 262 | | |
256 | 263 | | |
| |||
0 commit comments