reflect.TypeOf() can take a nil (it then returns a nil), but Kind() panics on a nil. Fixes #20627
203 B
203 B
reflect.TypeOf() can take a nil (it then returns a nil), but Kind() panics on a nil. Fixes #20627