Skip to content

Commit

Permalink
Specify State bound in recursive generic (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen authored Dec 18, 2024
1 parent e930e6c commit c5d3fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usvm-core/src/main/kotlin/org/usvm/Machine.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val logger = object : KLogging() {}.logger
*
* @see [run]
*/
abstract class UMachine<State : UState<*, *, *, *, *, *>> : AutoCloseable {
abstract class UMachine<State : UState<*, *, *, *, *, State>> : AutoCloseable {
/**
* Runs symbolic execution loop.
*
Expand Down

0 comments on commit c5d3fbf

Please sign in to comment.