Skip to content

view.updated not a member of IndexedSeqView in CC library #19660

Closed
@nicolasstucki

Description

@nicolasstucki

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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions