import java.util.ArrayList fun foo() { val list = ArrayList() list.add(1) }