Closed
Description
Minimization of tests/run/t5328.scala
// Test.scala
def test = Vector(1).view.updated(0,2)
sbt> set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty
sbt> scala3-bootstrapped/scalac Test.scala
1 |def test = Vector(1).view.updated(0,2)
| ^^^^^^^^^^^^^^^^^^^^^^
| value updated is not a member of scala.collection.IndexedSeqView[Int]
Originally posted by @nicolasstucki in #19652 (comment)