Files
babel/test/fixtures/generation/comments/try-block-line-comment/actual.js
2014-11-01 19:34:16 +11:00

13 lines
82 B
JavaScript

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