Files
openide/python/testData/postfix/for/function_after.py
T
2023-03-08 19:21:04 +00:00

3 lines
46 B
Python

def f(a:list):
for e in a:
<caret>