import java.util.ArrayList; class Test { void foo() { new ArrayList() } }