Sign in
go
/
tools
/
19e03678916fff67c7e4aebebc96e0986291c831
/
.
/
internal
/
lsp
/
testdata
/
bad
/
badimport.go
blob: fefc22e464f621e552fca8e600b6033eb76da6af [
file
] [
log
] [
blame
]
package bad
import (
_ "nosuchpkg"
//@diag("_", "compiler", "could not import nosuchpkg (no package for import nosuchpkg)", "error")
)