We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UtExecutableCallModel
1 parent 9ba1cb2 commit 6a104c8Copy full SHA for 6a104c8
utbot-framework-api/src/main/kotlin/org/utbot/framework/plugin/api/Api.kt
@@ -588,6 +588,8 @@ sealed class UtStatementModel(
588
* Step of assemble instruction that calls executable.
589
*
590
* Contains executable to call, call parameters and an instance model before call.
591
+ *
592
+ * @param [instance] **must be** `null` for static methods and constructors
593
*/
594
data class UtExecutableCallModel(
595
override val instance: UtReferenceModel?,
0 commit comments