Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dc4e06c6afe5f8bb2d4b9c834b8eaf190cabe72a
/
.
/
js
/
js.translator
/
testData
/
dce
/
cycle.js
blob: f42ab73e5f0c17b9055bfaf501d98d9142c0e3bc [
file
]
function
A
()
{
}
A
.
prototype
=
Object
.
create
(
A
);
A
.
prototype
.
constructor
=
A
;