Skip to content
Prev Previous commit
Next Next commit
  • Loading branch information
sandersn committed Dec 10, 2019
commit 9c1a370fd36dbe5b1673f55ab8750db592f61b69
2 changes: 1 addition & 1 deletion tests/cases/conformance/jsdoc/privateTag.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @allowJs: true
// @checkJs: true
// @out: foo.js
// @declare: true
// @declaration: true
// @Filename: privateTag.js

class A {
Expand Down