a generic class with different type arguments is rendered as the same class symbol #4762
Labels
Graph: Class
Status: Approved
Is ready to be worked on
Status: Awaiting PR
Type: Bug / Error
Something isn't working or is incorrect
Description
INPUT a generic class with different type arguments, ex
class Shape~T1~
andclass Shape~T2~
rendered as a same object
Generally, classes with different types should be interpreted as different types.
Steps to reproduce
render this code
Screenshots
No response
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
I will discuss specifically how it can be useful.
I want to write diagram like this. (
_xxx_
means Generics)The text was updated successfully, but these errors were encountered: