kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/indexer/testdata/basic/tappcorpus.go (about) 1 package tappcorpus 2 3 // When --use_compilation_corpus_as_default is enabled in the go indexer, tapp 4 // nodes should use the compilation unit's corpus rather than the empty corpus. 5 6 // - @x defines/binding VarX=vname(_,"kythe",_,_,"go") 7 // - VarX typed IntSlice=vname(_,"kythe",_,_,"go") 8 // - IntSlice.node/kind tapp 9 var x []int