Explicit this inspection: suggest also for synthetic Java property
So #KT-22089 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
6b37e40f99
commit
4038d4d507
@@ -0,0 +1,11 @@
|
||||
public class Foo {
|
||||
private String s;
|
||||
|
||||
public String getS() {
|
||||
return s;
|
||||
}
|
||||
|
||||
public void setS(String s) {
|
||||
this.s = s;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user