Skip to content

Commit

Permalink
fix: isResolved value not copied
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Oct 8, 2024
1 parent 440bac2 commit 5ea3e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/runtime/src/main/cpp/MetadataEntry.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace tns {
declaringType = other.declaringType;
paramCount = other.paramCount;
isFinal = other.isFinal;
isStatic = other.isResolved;
isResolved = other.isResolved;
isResolvedSet = other.isResolvedSet;
isFinalSet = other.isFinalSet;
}
Expand Down

0 comments on commit 5ea3e2c

Please sign in to comment.