const internal/types/errors.UnexportedLitField

3 uses

	internal/types/errors (current package)
		code_string.go#L78: 	_ = x[UnexportedLitField-68]
		codes.go#L623: 	UnexportedLitField

	go/types
		literals.go#L218: 					check.errorf(x, UnexportedLitField, "implicit assignment to unexported field %s in struct literal of type %s", fld.name, base)