JS backend: support for Throwable.getMessage

This commit is contained in:
Michael Nedzelsky
2014-10-05 10:19:11 +04:00
parent 5649797461
commit e5bbc2a0d8
6 changed files with 98 additions and 24 deletions
@@ -34,6 +34,10 @@ public class TryCatchTest extends AbstractExpressionTest {
checkFooBoxIsOk();
}
public void testTryCatchExpressionWithMessage() throws Exception {
checkFooBoxIsOk();
}
public void testMultipleCatchBlocks() throws Exception {
checkFooBoxIsOk();
}