mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
Updated exception table generation: support new exception table in non-local returns
This commit is contained in:
@@ -25,4 +25,4 @@ fun box() : String {
|
||||
return "fail"
|
||||
}
|
||||
|
||||
// 10 TRYCATCHBLOCK
|
||||
// 8 TRYCATCHBLOCK
|
||||
@@ -24,6 +24,5 @@ fun box() : String {
|
||||
}
|
||||
return "fail"
|
||||
}
|
||||
|
||||
// maybe we should check test data
|
||||
// 13 TRYCATCHBLOCK
|
||||
/* 8 + 1 see notSplitedExceptionTable.kt*/
|
||||
// 9 TRYCATCHBLOCK
|
||||
|
||||
Reference in New Issue
Block a user