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