We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ASC does not diagnose for these code which will diagnose An interface property cannot have an initializer. in TS
An interface property cannot have an initializer.
interface NS { v:string = "" } class T implements NS { v:string = ""; } new T();
npm run build
v0.27.x