Commit 5160b41
committed
for Scala 3, remove a type parameter from StreamConverters
I do not fully understand why this was here, but Scala 3 was
complaining: "Polymorphic refinement method valueStepper without
matching type in parent trait MapOps is no longer allowed"
simplifying the code as I have done in this commit compiles on
both Scala versions and the tests still pass, and this is an
obscure enough corner of the API that I'm not inclined to spend
time really digging deeply into it (e.g. attempting to construct
a test case that would now compile when it shouldn't, or vice
versa)1 parent 0dbec1f commit 5160b41
File tree
1 file changed
+1
-1
lines changed- src/main/scala-2.13+/scala/compat/java8
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments