Skip to content

Commit afb02c3

Browse files
Add: a small comment on UtExecutableCallModel
1 parent d6375ec commit afb02c3

File tree

1 file changed

+2
-0
lines changed
  • utbot-framework-api/src/main/kotlin/org/utbot/framework/plugin/api

1 file changed

+2
-0
lines changed

utbot-framework-api/src/main/kotlin/org/utbot/framework/plugin/api/Api.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,8 @@ sealed class UtStatementModel(
588588
* Step of assemble instruction that calls executable.
589589
*
590590
* Contains executable to call, call parameters and an instance model before call.
591+
*
592+
* @param [instance] **must be** `null` for static methods and constructors
591593
*/
592594
data class UtExecutableCallModel(
593595
override val instance: UtReferenceModel?,

0 commit comments

Comments
 (0)