mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
Fixed "Variable assigned to itself" quickfix (IDEA-148688)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class C {
|
||||
private String s = this.s<caret> = "initializer";
|
||||
}
|
||||
Reference in New Issue
Block a user