blob: 950abba561707fb6a062d939e21bd9ce19bd2cae [file] [log] [blame]
package b //@diag("", "go list", "import cycle not allowed")
import (
"golang.org/x/tools/internal/lsp/circular/one"
)
func Test1() {
one.Test()
}