Skip to content

Commit 0490ad6

Browse files
committed
Fix compilation again
1 parent 9ba1aae commit 0490ad6

File tree

1 file changed

+1
-1
lines changed
  • utbot-framework/src/main/kotlin/org/utbot/engine

1 file changed

+1
-1
lines changed

utbot-framework/src/main/kotlin/org/utbot/engine/Traverser.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ class Traverser(
15031503
return createMockedObject(addr, type, mockInfoGenerator, nullEqualityConstraint)
15041504
}
15051505

1506-
val concreteImplementation = when (applicationContext.typeReplacementMode) {
1506+
val concreteImplementation: Concrete? = when (applicationContext.typeReplacementMode) {
15071507
AnyImplementor -> findConcreteImplementation(addr, type, typeHardConstraint, nullEqualityConstraint)
15081508

15091509
// If our type is not abstract, both in `KnownImplementors` and `NoImplementors` mode,

0 commit comments

Comments
 (0)