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 9e96a9a commit 44ca378Copy full SHA for 44ca378
utbot-framework/src/main/kotlin/org/utbot/framework/codegen/model/constructor/context/CgContext.kt
@@ -341,7 +341,7 @@ internal interface CgContextOwner {
341
// util methods and auxiliary classes of current test class
342
343
val capturedArgumentClass: ClassId
344
- get() = utilMethodProvider.utilClassId.capturedArgumentClassId
+ get() = utilMethodProvider.capturedArgumentClassId
345
346
val getUnsafeInstance: MethodId
347
get() = utilMethodProvider.getUnsafeInstanceMethodId
0 commit comments