aboutsummaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/pr344326/base/src/foo/ClassReferencingTestClass.java
blob: 977795d4228f241c60b531c6c8163797cc5aa49f (plain)
1
2
3
4
5
6
7
8
9
package foo;

public class ClassReferencingTestClass {

    public void test() {
        new TestClass().callInner();
    }
}