fixed bug with incorrect copy of pseudocode part
(was noticeable in doTestCopy4 example) labels after part should be repeated as well
This commit is contained in:
@@ -45,3 +45,13 @@ fun testCopy3() {
|
||||
while (cond());
|
||||
}
|
||||
}
|
||||
|
||||
fun doTestCopy4() : Int {
|
||||
try {
|
||||
doSmth()
|
||||
}
|
||||
finally {
|
||||
if(list != null) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user