Skip to content

Commit

Permalink
fix compile errors due to merging
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Nov 5, 2024
1 parent 99a66cd commit c9b9d2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public DependencyContract dep(KeYJavaType containerType, IObserverFunction pm,
}

public DependencyContract dep(KeYJavaType kjt, LocationVariable targetHeap,
TranslatedDependencyContract dep, LocationVariable selfVar) {
TranslatedDependencyContract dep, LocationVariable selfVar) {
final ImmutableList<LocationVariable> paramVars = tb.paramVars(dep.first(), false);
assert (selfVar == null) == dep.first().isStatic();
Map<LocationVariable, Term> pres = new LinkedHashMap<>();
Expand Down

0 comments on commit c9b9d2e

Please sign in to comment.