Add error for class exprs w/private properties

This commit is contained in:
Nathan Shively-Sanders
2017-05-22 14:49:35 -07:00
parent a0fa8ae6c4
commit 860e8e88c8
6 changed files with 16 additions and 15 deletions

View File

@@ -1128,7 +1128,7 @@ namespace ts {
clear: resetWriter,
trackSymbol: noop,
reportInaccessibleThisError: noop,
reportIllegalExtends: noop
reportPrivateInBaseOfClassExpression: noop,
};
function writeIndent() {