github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/tools/go/gccgoimporter/testdata/complexnums.go (about)

     1  package complexnums
     2  
     3  const NN = -1 - 1i
     4  const NP = -1 + 1i
     5  const PN = 1 - 1i
     6  const PP = 1 + 1i