7 lines
		
	
	
		
			122 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			122 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//golangcitest:args -Estructcheck
 | 
						|
package testdata
 | 
						|
 | 
						|
type t struct {
 | 
						|
	unusedField int // ERROR "`unusedField` is unused"
 | 
						|
}
 |