class TestFile { foo(message: string): () => string { /// Test summary /// /// return () => message + this.name; } }