import java.util.*; public class TestA_class { public static void main(String []argv) { TestA_generictype sc = new TestA_generictype(); List li = new ArrayList(); List lf = new ArrayList(); sc.m(li,lf,li); } }