Sign in
eclipse
/
sourceediting
/
webtools.sourceediting.tests
/
893ffe16e43335e596a5c96e341de101fa95b4e4
/
.
/
tests
/
org.eclipse.wst.jsdt.web.ui.tests
/
testFiles
/
JSDTWebContentAssist
/
WebContent
/
NamedFunctionAssignedToVariables.js
blob: 5270e8135980259eab2d053638a1b5b246d84766 [
file
]
var
foo1
=
function
foo1Ignored
(
param2
)
{
};
foo2
=
function
foo2Ignored
(
param3
,
param4
)
{
}
f