More precise diagnostics of smart cast impossible #KT-7240 Fixed
This commit is contained in:
@@ -8,8 +8,8 @@ fun foo() {
|
||||
i = null
|
||||
}
|
||||
}
|
||||
i<!UNSAFE_CALL!>.<!>hashCode()
|
||||
<!SMARTCAST_IMPOSSIBLE!>i<!>.hashCode()
|
||||
Changing().bar()
|
||||
i<!UNSAFE_CALL!>.<!>hashCode()
|
||||
<!SMARTCAST_IMPOSSIBLE!>i<!>.hashCode()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user