1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00
semantic/test/fixtures/cli/parse-tree.symbols.json
2019-01-17 15:36:56 -08:00

19 lines
294 B
JSON

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