blob: 3cc67b65d0c9ddf6739c9060c7cf3ff45fa277b8 [file] [log] [blame]
(
foo &&
# LINT: missing "&&" from 'bar'
bar
baz &&
# LINT: final statement before closing ")" legitimately lacks "&&"
wop
)