Skip to content

Commit

Permalink
Add test for unrelated getter/setter types
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jun 4, 2023
1 parent d05a49b commit 4ad6a31
Show file tree
Hide file tree
Showing 3 changed files with 347 additions and 96 deletions.
5 changes: 5 additions & 0 deletions src/test/converter/class/getter-setter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ export class GetterSetter {
accessor autoAccessor: string;
}

export interface Ts51UnrelatedAccessorTypes {
get prop(): 1;
set prop(value: 2);
}

export {};
Loading

0 comments on commit 4ad6a31

Please sign in to comment.