fun main(x: Any?) { if (x is String || false) { x.length } else { x.length } }