1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
semantic/semantic-python/test/fixtures/3-03-functions-know-their-own-names.py
2019-10-18 10:22:19 -04:00

3 lines
131 B
Python

# CHECK-TREE: { recursive <- rec recursive = \a -> recursive; #record { recursive: recursive }}
def recursive(a): return recursive