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