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 74bce85 commit 254aa5dCopy full SHA for 254aa5d
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