summaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/pr253067/base/src/aa/C.java
blob: 2a009e1e8008f7da43f4ad5c1e2aaaaf776505f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package aa;


public class C {
    public C() {
        super();
        System.out.println("init C");
    }
    
//    int nothing() {
//        return nothing();
//    }
 }