Intentions: function <-> property conversion
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import test.O;
|
||||
import static test.O.foo;
|
||||
|
||||
class J {
|
||||
void test() {
|
||||
int n = O.foo;
|
||||
int m = foo;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user