aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr114343/Test1.java
blob: 3bd2195a96913779600baed991c0590c2a926def (plain)
1
2
3
4
5
6
7
8
9
10
import java.util.*;

public class Test1 extends Test {
  Set<Integer> intsSet;

  public Set<Integer> foo() {
    return intsSet;
  }
}