summaryrefslogtreecommitdiffstats
path: root/tests/010-instance/src/X.java
blob: d664d481bf1997baf8b1d147f70fc06fca1ddfa1 (plain)
1
2
3
4
5
6
7
8
class X {
    public X() {
    }

    int foo() {
        return 0;
    }
}