kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/indexer/testdata/integration/marked_source.go (about)

     1  package marked
     2  
     3  // - @A defines/binding AFunc
     4  // - AFunc.code/rendered "func test/marked_source.A(test/marked_source.a string, test/marked_source.b int)"
     5  // - AFunc.code/rendered/identifier "A"
     6  // - AFunc.code/rendered/params "a,b"
     7  func A(a string, b int) {}
     8  
     9  func B() { A("hello", 42) }