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