remove testing file

This commit is contained in:
Patrick Thomson 2020-11-10 16:19:17 -05:00
parent c9c886d971
commit 521297fdfe

View file

@ -1,7 +0,0 @@
def foo(): pass
# <- definition.function
def bar():
# <- definition.function
foo()
# <- reference.call