DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / webcommon / javascript2.editor / test / unit / data / testfiles / hints / issue225048.js
1234567891011121314
function test225048_1(){ var foo = 1; if(foo === bar){ } } function test225048_2(){ var foo = 1; if(bar === foo){ } }