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