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