aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs169/pr310043/B.java
blob: 3979b54e67da9e43a60923047a3931650ae7569e (plain)
1
2
3
4
5
class B {
  public void test() {
    A a = new A();
  }
}