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)

To Reproduce
CodegenExampleTestwith enabled parametrized test generation,innerClassTesttest fails.Expected behavior
Instead of private
CodegenExample.InnerClass, there must beObjecttype.Actual behavior
Generated code tries to use private inner class as a type in parameters.
Visual proofs (screenshots, logs, images)