DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.5.0%2Bds-1 / gopls / internal / lsp / testdata / missingfunction / operation.go
1234567
package missingfunction import "time" func operation() { undefinedOperation(10 * time.Second) //@suggestedfix("undefinedOperation", "quickfix", "") }