Skip to content

Commit 5ea3e2c

Browse files
committed
fix: isResolved value not copied
1 parent 440bac2 commit 5ea3e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/runtime/src/main/cpp/MetadataEntry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ namespace tns {
5959
declaringType = other.declaringType;
6060
paramCount = other.paramCount;
6161
isFinal = other.isFinal;
62-
isStatic = other.isResolved;
62+
isResolved = other.isResolved;
6363
isResolvedSet = other.isResolvedSet;
6464
isFinalSet = other.isFinalSet;
6565
}

0 commit comments

Comments
 (0)