mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
String nodes are recognized by the lexer and, thus, can still appear even in syntactic contexts where an expression is not expected. In these cases the parser might wrap them in a PsiErrorElement instead of a PyStringLiteralExpression causing the reported CCE. GitOrigin-RevId: 161d88d6307e028ede462f707f01320df2169747
2 lines
31 B
Python
2 lines
31 B
Python
my_expr = 42
|
|
def '{my_e<caret>' |