Skip to content

Commit

Permalink
objectionary#3008: Enabled and edited tests
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Apr 5, 2024
1 parent 2fd8a3f commit f5fc031
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 382 deletions.
2 changes: 1 addition & 1 deletion eo-runtime/src/main/java/org/eolang/PhLocated.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public String toString() {

@Override
public Phi copy() {
return new PhLocated(this.origin.copy(), this.line, this.position);
return new PhLocated(this.origin.copy(), this.line, this.position, this.location);
}

@Override
Expand Down
Loading

0 comments on commit f5fc031

Please sign in to comment.