blob: dd72766db41432633dba730aef914755856dd426 [file] [log] [blame]
import java.util.*;
class Test {
List l;
void foo() {
l = new ArrayList();
}
}