Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/copybara-sync
/
.
/
docs
/
bugpattern
/
StringBuilderInitWithChar.md
blob: c77667c0b6cb175ce28ee16c611e6c2d9d8f2b77 [
file
] [
log
] [
blame
] [
view
] [
edit
]
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
.