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