import java.util.*; class A_testFieldUseSubtypesOfList_in { public void foo(){ List list2 = list; } public ArrayList list; }