Skip to content

Commit c5d3fbf

Browse files
authored
Specify State bound in recursive generic (#221)
1 parent e930e6c commit c5d3fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usvm-core/src/main/kotlin/org/usvm/Machine.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ val logger = object : KLogging() {}.logger
1414
*
1515
* @see [run]
1616
*/
17-
abstract class UMachine<State : UState<*, *, *, *, *, *>> : AutoCloseable {
17+
abstract class UMachine<State : UState<*, *, *, *, *, State>> : AutoCloseable {
1818
/**
1919
* Runs symbolic execution loop.
2020
*

0 commit comments

Comments
 (0)