fun C.outer(a: Any?) { if (x is String) { null } } class C { val x: Any? = null }