blob: 4059ced983a05459900952f59967f20acc4ac266 [file] [log] [blame]
package missingfunction
func tuple() {
undefinedTuple(b()) //@suggestedfix("undefinedTuple", "quickfix", "")
}
func b() (string, error) {
return "", nil
}