Closed
Description
To Reproduce
- Run
CodegenExampleTest
with enabled parametrized test generation, - Verify that
innerClassTest
test fails.
Expected behavior
Instead of private CodegenExample.InnerClass
, there must be Object
type.
Actual behavior
Generated code tries to use private inner class as a type in parameters.
Visual proofs (screenshots, logs, images)
Metadata
Metadata
Assignees
Type
Projects
Status
Done