blob: f551cea93f21d69acdefaff82ca966abac25f2c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
import aPack.I1;
public class Class1 implements aPack.I1
{
public void method1() {
}
private void method2() {
}
}
class Class1A
{
static final String FOO = "foo";
}
|