No synthetic property for false get-method like "issue()"
This commit is contained in:
@@ -5,4 +5,6 @@ public class AAA {
|
||||
public int getX() {
|
||||
return other.x;
|
||||
}
|
||||
|
||||
public boolean issue() { return true; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user