blob: e2f70ab21575e0d01c00678ae0e8356835d7a504 [file] [log] [blame]
fun foo(y: String?) {
var x: String? = ""
if (x != null) {
with(y?.let { x = null; it }) {
this<!UNSAFE_CALL!>.<!>length
<!SMARTCAST_IMPOSSIBLE!>x<!>.length
}
<!SMARTCAST_IMPOSSIBLE!>x<!>.length
}
}