SillyAssignmentInspection: fix finality check in quickfix creation: skip parentheses

This commit is contained in:
Tagir Valeev
2018-07-09 12:31:44 +07:00
parent 893a4e1e06
commit 3f3f06b4da
3 changed files with 5 additions and 1 deletions
@@ -0,0 +1,3 @@
class X {
private final String s = ((this).<caret>s);
}