Skip to content

Commit

Permalink
Merge branch 'master' into highprecision
Browse files Browse the repository at this point in the history
Conflicts:
	vdmj/src/main/java/com/fujitsu/vdmj/po/definitions/POImplicitFunctionDefinition.java
  • Loading branch information
nickbattle committed Oct 18, 2023
2 parents 470fc28 + db1bc1a commit 8095085
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ public ProofObligationList getProofObligations(POContextStack ctxt, Environment
ProofObligationList obligations =
(annotations != null) ? annotations.poBefore(this, ctxt) : new ProofObligationList();

if (typeParams != null && !typeParams.isEmpty())
{
return obligations; // Cannot generate POs for polymorphic fns (yet)
}

TCNameList pids = new TCNameList();
boolean matchNeeded = false;

Expand Down

0 comments on commit 8095085

Please sign in to comment.