Changed the way the constraints are written in tests
SUBTYPE T Int -> T <: Int
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
VARIABLES T P
|
||||
|
||||
EQUAL T My<P>
|
||||
EQUAL P Two<T,P>
|
||||
T := My<P>
|
||||
P := Two<T,P>
|
||||
|
||||
type parameter bounds:
|
||||
T := My<P>*
|
||||
|
||||
Reference in New Issue
Block a user