bug
bug copied to clipboard
Buffer.padTo calls it shrinkable instead of growable
Reproduction steps
https://www.scala-lang.org/api/current/scala/collection/mutable/Buffer.html#padToB%3E:A:CC[B]
Problem
It's growable & shrinkable, but growing methods should call it growable.
There is a ticket for nuanced CC vs C or something, so it is probably the same effort to chisel how collections refer to themselves in doc macros.
@scala/collections
Could use a George Costanza "I was in the pool!" meme.
dotty says sequence
actually ArrayBuffer already has coll defined and is correct on scala 2 but wrong on scala 3:
picture or it didn't happen
sprinkling coll on Buffer
ArrayBuffer already correct at https://www.scala-lang.org/api/2.13.15/scala/collection/mutable/ArrayBuffer.html