You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicate of #3792 and others. Please be courteous to the team and search for existing issues first. Note that comment was for another duplicate of this same issue opened just a day ago.
TypeScript Version: 2.0.3
Code
Expected behavior: The code above should result in export by default of abstract class
SomeClass
.Actual behavior: Compiler throws an error
error TS1005: ';' expected.
. Export in new line works fine:The text was updated successfully, but these errors were encountered: