1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 13:34:31 +03:00
semantic/test/fixtures/cli/parse-tree.symbols.json
2019-03-11 15:32:15 -07:00

27 lines
406 B
JSON

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