Add feature support for "smart casts on variables in closures"
So #KT-14486 Fixed
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ fun foo(s: String?) {
|
||||
}
|
||||
if (x != null) {
|
||||
run {
|
||||
<!DEBUG_INFO_SMARTCAST!>x<!>.hashCode()
|
||||
<!SMARTCAST_IMPOSSIBLE!>x<!>.hashCode()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user