1
1
mirror of https://github.com/github/semantic.git synced 2024-12-30 10:27:45 +03:00
semantic/test/fixtures/cli/parse-tree.symbols.json

29 lines
444 B
JSON
Raw Normal View History

{
"files": [
{
"path": "test/fixtures/ruby/corpus/method-declaration.A.rb",
"symbols": [
{
"span":
{
2019-02-16 00:34:05 +03:00
"start":
{
"line": 1,
"column": 1
},
"end":
{
"line": 2,
"column": 4
}
},
"kind": "Method",
2019-01-18 02:36:56 +03:00
"symbol": "foo",
2019-02-19 23:49:30 +03:00
"line": "def foo",
"docs": null
}],
2019-02-16 00:34:05 +03:00
"language": "Ruby",
"errors": []
}]
}