Sign in
eclipse
/
sourceediting
/
webtools.sourceediting.tests
/
e4635fbe23117b1b8429df97089ad5b4a22e3b21
/
.
/
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