aboutsummaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/pr255555/base/src/test/Demo.aj
blob: 1f23a21d8a5c48c0b378cf83ce43fc66d353fade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package test;

import java.util.List;

public class Demo {

/*
    void g() {
        new Demo(7).foo(null);
        x++;
        this.x++;
    }
*/

}