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

public class Test2 extends Test {
  Set<Double> doubSet;


  public Set<Double> foo() {
    return doubSet;
  }
}