fun foo(p: Any): String { if (p !is String) return "" r } // TYPE: "eturn " // COMPLETION_TYPE: SMART // EXIST: p