DEBSOURCES
Skip Quicknav
sources / node-escodegen / 2.0.0%2Bdfsg%2B~0.0.7-2 / test / comment / try-block-line-comment.js
123456789101112
try{}// finally{} try{} catch(e){}// finally{} { try{} catch(e){}// finally{} }