39234b4d3e
Otherwise they are invisible to Java code
7 lines
145 B
Java
7 lines
145 B
Java
class JavaClass {
|
|
public static void main(String[] args) {
|
|
Test test = new Test();
|
|
test.foo();
|
|
test.getBar();
|
|
}
|
|
} |