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 75e0b8d commit beffbeeCopy full SHA for beffbee
compiler/src/dotty/tools/dotc/core/NameOps.scala
@@ -298,7 +298,7 @@ object NameOps {
298
* `<return type><first type><second type><...>`
299
*/
300
def specializedFunction(ret: Type, args: List[Type])(using Context): Name =
301
- val sb = new StringBuffer
+ val sb = new StringBuilder
302
sb.append(name.toString)
303
sb.append(nme.specializedTypeNames.prefix.toString)
304
sb.append(nme.specializedTypeNames.separator)
0 commit comments