UNPKG

fly-typescript

Version:
9 lines (7 loc) 156 B
export default class App { constructor(public str: string) { } greet() { /* This is a comment that should be removed */ return this.str; } }