Skip to content

Commit 27ac3a0

Browse files
this instance rewriting
1 parent 144c846 commit 27ac3a0

32 files changed

+299
-830
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,7 @@ data class UtAssembleModel constructor(
484484
override val classId: ClassId,
485485
override val modelName: String,
486486
val instantiationCall: UtExecutableCallModel,
487-
//TODO: get rid of var
488-
var modificationsChain: List<UtStatementModel>,
487+
val modificationsChain: List<UtStatementModel>,
489488
val origin: UtCompositeModel?
490489
) : UtReferenceModel(id, classId, modelName) {
491490

0 commit comments

Comments
 (0)