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