Skip to content

Commit

Permalink
Change error code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Apr 25, 2019
1 parent b1b0a82 commit 9f601ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/diagnosticMessages.json
Expand Up @@ -4957,6 +4957,6 @@
},
"Quoted constructors have previously been interpreted as methods, which is incorrect. In TypeScript 3.6, they will be correctly parsed as constructors. In the meantime, consider using 'constructor()' to write a constructor, or '[\"constructor\"]()' to write a method.": {
"category": "Error",
"code": 96000
"code": 18005
}
}

0 comments on commit 9f601ff

Please sign in to comment.