1
0
mirror of https://github.com/golang/go synced 2024-11-19 05:24:42 -07:00
go/internal/lsp/testdata/bad/badimport.go

6 lines
128 B
Go
Raw Normal View History

package bad
import (
_ "nosuchpkg" //@diag("_", "compiler", "could not import nosuchpkg (no package for import nosuchpkg)")
)