2018-05-13 19:20:42 +03:00

6 lines
153 B
Go

package testdata
type t struct { // nolint:megacheck // ERROR "`t` is unused"
unusedField int // nolint:megacheck // ERROR "`unusedField` is unused"
}