Blob Blame History Raw
(
	foo &&
# LINT: missing "&&" from 'bar'
	bar
	baz &&
# LINT: final statement before closing ")" legitimately lacks "&&"
	wop
)