Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/master
/
.
/
docs
/
bugpattern
/
LongLiteralLowerCaseSuffix.md
blob: 4aed61d84a3f903e40c0f44231ee6beaaf275ab6 [
file
] [
view
] [
edit
]
A
long
literal can have a suffix of
'L'
or
'l'
,
but the former
is
less likely to
be confused
with
a
'1'
in
most fonts
.