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