Skip to content

Commit 254aa5d

Browse files
committed
fix test
1 parent 74bce85 commit 254aa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/named-tuple-ops.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//> using options -source future
22
import scala.compiletime.asMatchable
3-
import scala.collection.immutable.ListMap
3+
import scala.collection.immutable.{ListMap, SeqMap}
44

55
type City = (name: String, zip: Int, pop: Int)
66
type Raw = (String, Int, Int)

0 commit comments

Comments
 (0)