8 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| (
 | |
| 	foo &&
 | |
| # LINT: missing "&&" from 'bar'
 | |
| 	bar
 | |
| 	baz &&
 | |
| # LINT: final statement before closing ")" legitimately lacks "&&"
 | |
| 	wop
 | |
| )
 |