Skip to content

Commit

Permalink
Attempt repro for TypeStrong/typedoc#1981
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jul 6, 2022
1 parent 2e1fc9f commit ff99e08
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/index.ts
@@ -1,4 +1,9 @@
/**
* Some code reproducing a bug.
*/
export const bug = 123;
export class ContactManagement {
/**
* Constructor for the Contact management object.
*
* @param {contactData.dataType} [data={}] - The given contact values <--- line 95
*/
public constructor(data: any = {}) {
}
}

0 comments on commit ff99e08

Please sign in to comment.