1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00
semantic/test/fixtures/cli/parse-tree.symbols.json

18 lines
269 B
JSON
Raw Normal View History

{
"files": [
{
"path": "test/fixtures/ruby/corpus/method-declaration.A.rb",
"symbols": [
{
"span":
{
"start": [1, 1],
"end": [2, 4]
},
"kind": "Method",
"symbol": "foo"
}],
"language": "Ruby"
}]
}