// IS_APPLICABLE: false fun foo() { val x: Any x = "123" x.length // Smart cast before join, error after join }