forked from loafle/openapi-generator-original
* Regression test for enum Name generation in oneOf where variants would end up having the same name. * Fix enum variant name generation Datatypes like `Vec<foo::bar::Baz>` would end up as `Baz` instead of `VecOfBaz`