import java.util.ArrayList fun foo() { val a = ArrayList() a.get(0) } fun bar(a: ArrayList) { }