mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
IDEA-83580 Unnecessary parentheses around call qualifier
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
public class Foo {
|
||||
String getString() {}
|
||||
{
|
||||
getS.subse<caret>
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
public class Foo {
|
||||
String getString() {}
|
||||
{
|
||||
getString().subSequence(<caret>)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user