fun test(a: Any) { if (a is String) { a.foo() } } fun String.foo() {}