Add tests for KT-17929
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
var s: String?
|
||||
s = "Test"
|
||||
try {
|
||||
s = "Other"
|
||||
} catch (ex: Exception) {}
|
||||
<!DEBUG_INFO_SMARTCAST!>s<!>.hashCode()
|
||||
}
|
||||
Reference in New Issue
Block a user