1class X {
2    public X() {
3    }
4
5    int foo() {
6        return 0;
7    }
8}
9