Sign in
go
/
tools.git
/
bb8e102d49d80b7cd82a2624b1403a41f44945e8
/
.
/
internal
/
lsp
/
testdata
/
missingfunction
/
operation.go
blob: 0408219fe37d408c46e6e97e4e353b1948cfe495 [
file
]
package missingfunction
import "time"
func operation() {
undefinedOperation(10 * time.Second)
//@suggestedfix("undefinedOperation", "quickfix")
}