This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-12-20 21:31:48 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2976949de4
semantic
/
semantic-python
/
test
/
fixtures
/
2-02-return-doesnt-translate.py
7 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Use compileCC to build a record of toplevel bindings.
2019-09-23 18:56:40 +03:00
# CHECK-TREE: { foo <- (\a -> a); #record { foo: foo } }
Add test cases for translating early returns.
2019-09-11 18:43:11 +03:00
def
foo
(
a
)
:
return
a
a
(
)
Reference in New Issue
Copy Permalink