AS3toTypeScript icon indicating copy to clipboard operation
AS3toTypeScript copied to clipboard

Prepend "this" to call instance methods

Open azeemmohammed opened this issue 10 years ago • 0 comments

typescript compiler throw error if we call instance methods without "this" keyword , could please provide this feature in your parser.

this.hello(); // only to instance methods alone

hello(){

}

azeemmohammed avatar Mar 19 '14 07:03 azeemmohammed