Project Coin multi-catch support

This commit is contained in:
Roman Shevchenko
2011-02-14 19:00:07 +01:00
parent a6f30214e6
commit 68ce5423cb
34 changed files with 809 additions and 112 deletions
@@ -0,0 +1,5 @@
class A{
{
try{}catch(E1|E2 e){}
}
}