Files
Tagir Valeevandintellij-monorepo-bot f68c88e6cf CodeInsightUtil#findExpressionInRange: tolerate single error element at the end of selection
Fixes IDEA-51483 Extract Variable: does nothing on a block with invalid parentheses

GitOrigin-RevId: 4d69e9ec9521b1c962024512deef8fd0f71fe85e
2019-07-02 06:52:16 +03:00

5 lines
69 B
Java

class Test {
void foo(String s) {
String x = s.trim();)
}
}