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.
1 parent 2881b09 commit 069e3a5Copy full SHA for 069e3a5
utbot-framework/src/main/kotlin/org/utbot/engine/Resolver.kt
@@ -511,8 +511,6 @@ class Resolver(
511
}
512
513
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.
516
517
if (sootClass.isLambda) {
518
return constructLambda(concreteAddr, sootClass).also { lambda ->
0 commit comments