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 8ed5b07 commit eb47e34Copy full SHA for eb47e34
utbot-framework/src/main/kotlin/org/utbot/framework/codegen/tree/ConstructorUtils.kt
@@ -408,6 +408,7 @@ internal fun ClassId.getAmbiguousOverloadsOf(executableId: ExecutableId): Sequen
408
is ConstructorId -> allConstructors
409
}
410
411
+ // We should take here not only declared methods but also inherited
412
return allExecutables.filter {
413
it.name == executableId.name && it.parameters.size == executableId.executable.parameters.size
414
0 commit comments