Skip to content

Commit

Permalink
Added annotation default value copy (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniilStepanov authored Feb 1, 2024
1 parent 4102540 commit 1a0fb7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class MethodNodeBuilder(
mn.invisibleAnnotations = invisibleAnnotations
mn.invisibleTypeAnnotations = invisibleTypeAnnotations
mn.invisibleParameterAnnotations = invisibleParameterAnnotations
mn.annotationDefault = annotationDefault

// this two line of code relies on labels in method body properly organized.

Expand Down

0 comments on commit 1a0fb7e

Please sign in to comment.