Skip to content

Commit 069e3a5

Browse files
committed
Remove outdated todo comment
1 parent 2881b09 commit 069e3a5

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,6 @@ class Resolver(
511511
}
512512

513513
val sootClass = actualType.sootClass
514-
// TODO: We now allow anonymous classes and lambdas to be used if that is the only option.
515-
// In case sootClass represents a lambda, we will not be able to load its class here, so some workaround is required.
516514

517515
if (sootClass.isLambda) {
518516
return constructLambda(concreteAddr, sootClass).also { lambda ->

0 commit comments

Comments
 (0)