2014-11-01 19:34:16 +11:00

13 lines
82 B
JavaScript

try{}//
finally{}
try{}
catch(e){}//
finally{}
{
try{}
catch(e){}//
finally{}
}