import java.util.*; class A_testLocalSuperTypesOfArrayList_in { public static void main(String[] args) { ArrayList list = new ArrayList(); } }