Closed mariodu closed 5 years ago
eg:
class Test { type: string = null; getType(): string { return this.type; } }
it will throw error like this
Error: type is not valid in current context
fixed in ts mode
eg:
it will throw error like this