mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-29 16:29:19 -05:00
removed a prototype
This commit is contained in:
@@ -14340,12 +14340,6 @@ namespace ts {
|
||||
return grammarErrorOnNode(modifier, Diagnostics._0_modifier_cannot_be_used_with_1_modifier, "private", "abstract");
|
||||
}
|
||||
}
|
||||
else {
|
||||
// mark the constructor abstract for static-side assignability restrictions.
|
||||
|
||||
// (<ClassDeclaration>node).members.????;
|
||||
|
||||
}
|
||||
|
||||
flags |= NodeFlags.Abstract;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user