kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/indexer/testdata/basic/filenode.go (about) 1 // Package file verifies that a file node is generated by the indexer, and that 2 // it has the correct relationship to its package. 3 // 4 // - File=vname("", "test", "", "basic/filenode.go", "").node/kind file 5 // - @file defines/binding Pkg 6 package file 7 8 //- Pkg=vname("package", "test", "", "basic", "go").node/kind package 9 //- File childof Pkg