2018-01-09 15:36:42 +01:00

13 lines
82 B
JavaScript

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