Don't generate constraint if a type variable was substituted twice
to prevent infinite recursion
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
VARIABLES T P E
|
||||
|
||||
SUBTYPE T Producer<P>
|
||||
SUBTYPE P Producer<E>
|
||||
SUBTYPE E Producer<P>
|
||||
Reference in New Issue
Block a user