Source code
Revision control
Copy as Markdown
Other Tools
export {};
class Foo {
prop = this.init();
other = do {
var one;
let two;
};
}
export {};
class Foo {
prop = this.init();
other = do {
var one;
let two;
};
}