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 84d9325 commit 693c54fCopy full SHA for 693c54f
utbot-framework/src/main/kotlin/org/utbot/framework/codegen/tree/CgMethodConstructor.kt
@@ -1331,11 +1331,6 @@ open class CgMethodConstructor(val context: CgContext) : CgContextOwner by conte
1331
val constructorCall = currentExecutableId as ConstructorId
1332
val executionResult = currentExecution.result
1333
1334
- // TODO usvm-sbft: delete require when #141 will be fixed
1335
- require(!constructorCall.classId.isInner) {
1336
- "Inner class ${constructorCall.classId} constructor testing is not supported yet"
1337
- }
1338
-
1339
executionResult
1340
.onSuccess {
1341
methodType = SUCCESSFUL
0 commit comments