Skip to content

Commit 9352c2c

Browse files
committed
Improve documentation of the migration tool and fix the input and output files.
1 parent 55a4107 commit 9352c2c

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

input/src/main/scala/fix/Collectionstrawman_v0.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ object Collectionstrawman_v0_Range {
5353
}
5454

5555
object Collectionstrawman_v0_Traversable {
56-
val x: Iterable[String] = ???
5756
def foo(xs: Traversable[(Int, String)], ys: List[Int]): Unit = {
5857
xs.toList
5958
xs.toSet

output/src/main/scala/fix/Collectionstrawman_v0.scala

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
package fix
22

3-
import strawman.collection.{ arrayToArrayOps, stringToStringOps }
4-
import strawman.collection.immutable.{ #::, ::, HashMap, LazyList, List, Map, Nil, Range, Vector }
3+
import scala.Predef.{augmentString => _, ArrowAssoc, charWrapper}
4+
5+
import strawman.collection.{ Iterable, Set, arrayToArrayOps, stringToStringOps }
6+
import strawman.collection.immutable.{ ::, HashMap, LazyList, List, Map, Nil, Range, Vector }
7+
import strawman.collection.immutable.LazyList.#::
58
import strawman.collection.mutable.ArrayBuffer
69

710
object Collectionstrawman_v0_List {

readme.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)