Debugger: A dirty fix for setting breakpoints inside finally {} in case if exception is thrown from try {} (#KT-22654)
This commit is contained in:
+1
-1
@@ -12,4 +12,4 @@ fun foo() {
|
||||
}
|
||||
}
|
||||
|
||||
// 2 3 5 6 +8 9 11 8 13
|
||||
// 2 3 5 6 5 6 +8 9 11 12 11 8 13
|
||||
Reference in New Issue
Block a user