Class diagrams not support nested multiple generic parameters type #5000
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
When I write a class which has a member which type is
B<C, D<E,F>>
like this:The type become
B<C, D>E, F<> a
. How can I get aB<C, D<E,F>>
type.Steps to reproduce
Screenshots
No response
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: