Commit 68c1e38
committed
fix IsIterableLike example code
- use IterableOps instead of IterableLike. IterableLike does not exists
- use iterator instead of toIterator https://github.com/scala/scala/blob/d94d9bc334de165bcdbefcf29ae05d8542549c4b/src/library/scala/collection/IterableOnce.scala#L80-L811 parent 9335974 commit 68c1e38
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments