No synthetic property for false get-method like "issue()"

This commit is contained in:
Valentin Kipyatkov
2015-09-25 16:37:13 +03:00
parent 8f1a3043de
commit 20bddce18d
6 changed files with 20 additions and 5 deletions
@@ -5,4 +5,6 @@ public class AAA {
public int getX() {
return other.x;
}
public boolean issue() { return true; }
}