Skip to content

Commit

Permalink
Updated J.TypeParameter with changes from rewrite.
Browse files Browse the repository at this point in the history
  • Loading branch information
traceyyoshima committed Nov 17, 2023
1 parent 4cd258a commit 5a81c7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2355,6 +2355,7 @@ private J.TypeParameter visitTypeParameter(TSCNode node) {
prefix,
Markers.EMPTY,
annotations.isEmpty() ? emptyList() : annotations,
emptyList(),
name,
bounds
);
Expand Down

0 comments on commit 5a81c7e

Please sign in to comment.