We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7b1a3 commit 6f0d4ccCopy full SHA for 6f0d4cc
tests/run/named-tuple-ops.scala
@@ -1,6 +1,6 @@
1
//> using options -source future
2
import scala.compiletime.asMatchable
3
-import scala.collection.immutable.ListMap
+import scala.collection.immutable.{ListMap, SeqMap}
4
5
type City = (name: String, zip: Int, pop: Int)
6
type Raw = (String, Int, Int)
0 commit comments