Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
// contains filtered or unexported fields
}
func (*Result) MustReturnTyped ¶
MustReturnTyped reports whether the ret's return value of fn must be a typed value, i.e. an interface value containing a concrete type or trivially a concrete type. The value of ret is zero-based.
The analysis has false negatives: MustReturnTyped may incorrectly report false, but never incorrectly reports true.
Click to show internal directories.
Click to hide internal directories.