Sign in
googlers
/
jrn
/
git
/
refs/heads/maint
/
.
/
t
/
chainlint
/
arithmetic-expansion.expect
blob: 5677e16cad6146a6765d252f8415129481481144 [
file
] [
log
] [
blame
]
2
(
3
foo
&&
4
bar
=
$
((
42
+
1
))
&&
5
baz
6
)
&&
7
(
8
bar
=
$
((
42
+
1
))
?!
LINT
:
missing
'&&'
?!
9
baz
10
)