Some fixes for try...finally
This commit is contained in:
@@ -129,3 +129,8 @@ fun blockAndAndMismatch() : Boolean {
|
||||
<error>(return true) || (return false)</error>
|
||||
<error>1</error>
|
||||
}
|
||||
|
||||
fun tf() {
|
||||
try {return} finally{return}
|
||||
<error>1</error>
|
||||
}
|
||||
Reference in New Issue
Block a user