Changed the way the constraints are written in tests
SUBTYPE T Int -> T <: Int
This commit is contained in:
Vendored
+3
-3
@@ -1,5 +1,5 @@
|
||||
VARIABLES T P E
|
||||
|
||||
SUBTYPE T Producer<P>
|
||||
SUBTYPE P Producer<E>
|
||||
SUBTYPE E Producer<P>
|
||||
T <: Producer<P>
|
||||
P <: Producer<E>
|
||||
E <: Producer<P>
|
||||
|
||||
Reference in New Issue
Block a user