mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-48665 Disable f-string-like completion in literal string patterns
Since f-strings are not supported inside patterns. GitOrigin-RevId: f96b8b6e999c893930203f933c6f55aec6e60869
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9247e2eb84
commit
09c9fc2898
@@ -0,0 +1,4 @@
|
||||
my_expr = 42
|
||||
match my_expr:
|
||||
case '{my_e<caret>':
|
||||
pass
|
||||
Reference in New Issue
Block a user