Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
b4c55352f99aee460e730bd117fe2bf1234d4d2d
/
.
/
docs
/
bugpattern
/
StringBuilderInitWithChar.md
blob: c77667c0b6cb175ce28ee16c611e6c2d9d8f2b77 [
file
] [
view
]
StringBuilder
does
not
have a
char
constructor
,
so instead
this
code creates a
StringBuilder
with
initial size equal to the code point of the specified
char
.