Intentions: function <-> property conversion
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import test.A;
|
||||
|
||||
class J extends A {
|
||||
boolean foo() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
int getFoo() {
|
||||
return 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user