fix: stack overflow!!

This commit is contained in:
2025-01-28 13:10:58 +02:00
parent 120e59577d
commit 58d6110e1d
2 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ public final class StringValue implements PrimitiveValue {
}
}
return StringValue.this.getOwnMember(env, key);
return PrimitiveValue.super.getOwnMember(env, key);
}
@Override public Set<String> getOwnMembers(Environment env, boolean onlyEnumerable) {