Sign in
◑
Theme
go
/
tools
/
90d1b4e8d187b11b6ba9f9beb19cb50f0dea2cf4
/
.
/
internal
/
lsp
/
testdata
/
circular
/
triple
/
a
/
a.go
blob: 64b6c7402fe15d2d55f2ba54068be4f3e4250864 [
file
]
package a
import (
_ "golang.org/x/tools/internal/lsp/circular/triple/b"
//@diag("_ \"golang.org/x/tools/internal/lsp/circular/triple/b\"", "compiler", "import cycle not allowed", "error")
)