We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f334d01 commit 3c41ebbCopy full SHA for 3c41ebb
key.core/src/main/java/de/uka/ilkd/key/smt/SMTRuleApp.java
@@ -13,10 +13,11 @@
13
import de.uka.ilkd.key.rule.BuiltInRule;
14
import de.uka.ilkd.key.rule.RuleApp;
15
16
-import org.jspecify.annotations.NonNull;
17
import org.key_project.logic.Name;
18
import org.key_project.util.collection.ImmutableList;
19
+import org.jspecify.annotations.NonNull;
20
+
21
/**
22
* The rule application that is used when a goal is closed by means of an SMT solver. So far it
23
* stores the rule that that has been used and a title containing some information for the user.
0 commit comments