fix: correct misleading API comments in fp.go and JavaExample.java (#9003)

* Initial plan

* fix: correct misleading API comments in fp.go and JavaExample.java

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
Copilot
2026-03-15 12:08:59 -07:00
committed by GitHub
parent bebad7da50
commit 6893674392
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2345,7 +2345,7 @@ class JavaExample
if (!five.isGround())
throw new TestFailedException();
// a free variable is not ground
// an uninterpreted constant is also ground (no bound variables)
IntExpr x = ctx.mkIntConst("x");
if (!x.isGround())
throw new TestFailedException();