// FIR_IDENTICAL fun foo() { var v: Any = "xyz" // It is possible in principle to provide smart cast here // but now we decide that v is Any v.length() v = 42 v.length() }