We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fefba1 commit fb73ccdCopy full SHA for fb73ccd
src/compiler/transformers/classFields.ts
@@ -972,6 +972,7 @@ namespace ts {
972
/**
973
* Generates brand-check initializer for private methods.
974
*
975
+ * @param statements Statement list that should be used to append new statements.
976
* @param methods An array of method declarations.
977
* @param receiver The receiver on which each method should be assigned.
978
*/
0 commit comments