DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / webcommon / javascript2.editor / test / unit / data / testfiles / hints / issue218446.js
123456789
function aaa(a) { doSomething() ; doSomethingElse() ; a = a + a ; return a === 1; }