Sign in
eclipse
/
sourceediting
/
webtools.sourceediting.tests
/
893ffe16e43335e596a5c96e341de101fa95b4e4
/
.
/
tests
/
org.eclipse.wst.jsdt.web.ui.tests
/
testFiles
/
JSDTWebContentAssist
/
WebContent
/
ClassTest1.js
blob: f76e1ab29ba4fdd517d7ec0835af54ca7a1ed7a0 [
file
]
function
MyClass1
(
a
)
{
this
.
a
=
a
;
}
var
MyClass2
=
function
()
{};
MyClass2
.
prototype
.
meth
=
function
()
{};
new
MyCl