Fix incomplete uml object generating on c++ import when a class contains a typedef to itself.
Example: class Bar { public: typedef Bar* (*Foo)(); }; CCBUG:330018
Loading
Please register or sign in to comment
Example: class Bar { public: typedef Bar* (*Foo)(); }; CCBUG:330018