1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00
semantic/test/fixtures/cli/parse-tree.symbols.json
2019-02-19 12:49:30 -08:00

29 lines
444 B
JSON

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