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