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