blob: 3e8f578e17ee827be7560bf4069a6552c71b2c50 [file] [log] [blame]
fun f(list: List<Any>) {
list.filter { (it as String).foo() }
}
fun String.foo(): Boolean = true