Additional tests for KT-10243
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
var x: Int
|
||||
fun foo(f: Boolean) {
|
||||
try {
|
||||
if (f) {
|
||||
x = 0
|
||||
}
|
||||
}
|
||||
finally {
|
||||
fun bar() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user