Reference resolve from synthetic extension usages to get/set-methods
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class JavaClass {
|
||||
public int getSomething() { return 1; }
|
||||
public void setSomething(int value) {}
|
||||
}
|
||||
Reference in New Issue
Block a user