Files
openide/python/testData/resolve/FStringNestedComprehensionSourcePart.py

2 lines
98 B
Python

xs = [42 for foo in range(10) for _ in f'{foo}']
<ref>