// "Try to generify 'before2.java'" "true" import java.util.ArrayList; class Use { void f() { ArrayList s = new ArrayList(); } }