mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-04 08:45:47 +08:00
inline tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# --- simple
|
||||
def test():
|
||||
#? 4
|
||||
a = (30 + b, c) + 1
|
||||
return test(100, a)
|
||||
# +++
|
||||
def test():
|
||||
return test(100, (30 + b, c) + 1)
|
||||
Reference in New Issue
Block a user