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