blob: 0408219fe37d408c46e6e97e4e353b1948cfe495 [file] [log] [blame]
package missingfunction
import "time"
func operation() {
undefinedOperation(10 * time.Second) //@suggestedfix("undefinedOperation", "quickfix")
}