tree-sitter/test/fixtures/queries/python.py

8 lines
122 B
Python
Raw Normal View History

2020-10-21 11:22:56 -04:00
def foo(): pass
# declaration: function: 0, 0
def bar():
# declaration: function, 3, 0
foo()
# reference: call, 5, 4