summaryrefslogblamecommitdiff
path: root/test/files/jvm/t2163/t2163.java
blob: 83bd37d2126c2e4a2f5a3d44953644f99e310bd4 (plain) (tree)
1
2
3
4
5
6
7
8
9

                   
                    

                                                     
                                                         

                     
 
import java.util.*;

public class t2163 {
    public void test() {
      List<Integer> array = new ArrayList<Integer>();
      T2163Scala<List> foo = new T2163Scala<List>(array);
      foo.bar(array);
    }
}