This issue was used to track all problems about the try-catch finally statement problem.
Known Issues: #7
Pr: #60
Known Problems:
try {
} catch {
throw 123;
} finally {
}
- throw in a inner function
try {
} catch {
ThrowErrorFunc()
} finally {
}
try {
return 1
} catch {
} finally {
}
try {
} catch {
return 1
} finally {
}
This issue was used to track all problems about the
try-catch finallystatement problem.Known Issues: #7
Pr: #60
Known Problems: