2015-10-05 16:37:37 +01:00

13 lines
82 B
JavaScript

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