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

5 lines
69 B
Python

import re
foo = 42
re.compile(rf'.*{foo}.*')
# <ref>