class Test { fun foo(a: Collection) { } } fun test() { val t = Test() t.foo(Array) } // EXIST: ArrayList // INVOCATION_COUNT: 2