// "Add '<*>'" "true" public fun foo(a: Any) { when (a) { is java.util.ArrayList<*> -> {} else -> {} } }