blob: f60f2b78bdf162aa95068ae830840be485824639 [file]
// clang-format off
/*a comment*/ export class MyClass {
constructor(s: string) {
console.log(s);
}
field: string|undefined;
}