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