mirror of
https://github.com/kennethreitz-archive/krvim.git
synced 2026-06-05 23:40:18 +00:00
10 lines
285 B
Python
10 lines
285 B
Python
def foo():
|
|
x if x else x if x else x if x else x if x else x if x else x if x else x
|
|
# Delete this line, then save. The function should go from yellow to
|
|
# green. Then undo and save. The *whole thing* should go back to yellow.
|
|
x if x else x
|
|
pass
|
|
pass
|
|
pass
|
|
|