blob: 05a70e3d467f6f2846cd7a5aee43f5eda699a906 [file] [log] [blame]
package circular //@diag("", "go list", "import cycle not allowed: import stack: [golang.org/x/tools/internal/lsp/circular golang.org/x/tools/internal/lsp/circular]")
import (
"golang.org/x/tools/internal/lsp/circular"
)
func print() {
Test()
}
func Test() {
}