Home | History | Annotate | Download | only in testdata

Lines Matching refs:nil

20 	if fn == nil || Fv == nil || t.F == nil {
21 // no error; these func vars or fields may be nil
23 if F == nil { // ERROR "comparison of function F == nil is always false"
26 if t.M == nil { // ERROR "comparison of function M == nil is always false"
29 if F != nil { // ERROR "comparison of function F != nil is always true"
30 if t.M != nil { // ERROR "comparison of function M != nil is always true"