Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
553ef27a6f754f59ba53400bd5ecc5cb0435aeef
/
.
/
packages
/
terser
/
test
/
sourcemap
/
src1.ts
blob: f60f2b78bdf162aa95068ae830840be485824639 [
file
]
// clang-format off
/*a comment*/
export
class
MyClass
{
constructor
(
s
:
string
)
{
console
.
log
(
s
);
}
field
:
string
|
undefined
;
}