diff --git a/test/fixtures/queries/python.py b/test/fixtures/queries/python.py new file mode 100644 index 00000000..c90830a7 --- /dev/null +++ b/test/fixtures/queries/python.py @@ -0,0 +1,7 @@ +def foo(): pass +# declaration: function: 0, 0 + +def bar(): +# declaration: function, 3, 0 + foo() +# reference: call, 5, 4