mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 00:20:54 +07:00
instead of the whole STRING_LITERAL_EXPRESSION as it's expected to return tokens instead of composite AST nodes, and, otherwise, real expressions embedded inside f-strings get caught as string occurrences. GitOrigin-RevId: 5625b7c3ba9aac37dc047c6d876df80de0a4ab31
3 lines
48 B
Python
3 lines
48 B
Python
def func():
|
|
v<caret>ar = 42
|
|
s = f'{var}' |