We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.6.4
ArrayBuffer#padTo doc does not respect its $coll definition. ("A copy of this sequence...")
ArrayBuffer#padTo
$coll
https://www.scala-lang.org/files/archive/api/current/scala/collection/mutable/ArrayBuffer.html#padTo-fffffb3c
Works as on Scala 2, where it calls itself an "array buffer".
https://www.scala-lang.org/api/2.13.15/scala/collection/mutable/ArrayBuffer.html#padTo[B%3E:A](len:Int,elem:B):CC[B]
Noticed at related ticket scala/bug#12908 (comment)
where Buffer is supplied with define coll so that it no longer calls itself "shrinkable".
define coll
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compiler version
3.6.4
Problem
ArrayBuffer#padTo
doc does not respect its$coll
definition. ("A copy of this sequence...")https://www.scala-lang.org/files/archive/api/current/scala/collection/mutable/ArrayBuffer.html#padTo-fffffb3c
Expectation
Works as on Scala 2, where it calls itself an "array buffer".
https://www.scala-lang.org/api/2.13.15/scala/collection/mutable/ArrayBuffer.html#padTo[B%3E:A](len:Int,elem:B):CC[B]
Noticed at related ticket scala/bug#12908 (comment)
where Buffer is supplied with
define coll
so that it no longer calls itself "shrinkable".The text was updated successfully, but these errors were encountered: