Compare commits

..

No commits in common. "4bfda6b0a1a3e93b3c8aa0cabb674dfdcc932e50" and "120e59577d5a2ca7e03700ec39b385d6a34df5d7" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
project_group = me.topchetoeu.j2s
project_name = j2s
project_version = 0.10.11-beta
project_version = 0.10.10-beta
main_class = me.topchetoeu.j2s.repl.SimpleRepl

View File

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